ladybird/Userland
Enver Balalic 7381474835 LibWeb: Don't break text lines if white-space: nowrap
If white-space is nowrap then we don't want to break a text_node
into multiple line boxes. This fixes the width calculation in the
min-content case for white-space: nowrap elements. Before this
the min-width would be the width of the biggest line box.
2022-04-03 21:51:15 +02:00
..
Applets Applets: Add a network graph applet 2022-04-03 09:49:08 -07:00
Applications TextEditor: Update file argument parser regex pattern 2022-04-03 18:54:47 +04:30
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools Userland: Remove a few gratuitous IPC namespace qualifiers 2022-04-03 15:18:20 +01:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibWeb: Don't break text lines if white-space: nowrap 2022-04-03 21:51:15 +02:00
Services Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
Shell Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Utilities netstat: Resolve ports to service names 2022-04-03 12:08:41 +02:00
CMakeLists.txt