mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 01:47:00 +02:00
At the moment, we can't resolve CSS calc() values without having a LayoutNode. The new StyleProperties::line_height() overload was trying to do exactly that, which led to an assertion. This patch makes `line-height: calc(...)` behave the same as `line-height: normal` for now and adds a FIXME.
26 KiB
26 KiB