Files
ladybird/Userland/Libraries/LibWeb/Layout/FlexFormattingContext.cpp
Andreas Kling a42506c8b9 LibWeb: Fix three accidental float truncations
We were doing this:

    max(0, some_floating_point_value)

This returns an `int` result based on the type of `0`, oops!
2022-09-07 17:47:33 +02:00

86 KiB