serenity/Userland
rmg-x 435bbb53f8 LibWeb: Ensure normal line-height on HTMLInputElement
Previously, setting CSS `line-height: 0` on an `input` element would
result in no text being displayed.

Other browsers handle this by setting the minimum height to the
"normal" value for single line inputs.

(cherry picked from commit 629068c2a7eb02db37ffb4fe8d536306ee71e156)
2024-07-14 06:56:56 -04:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications LibGUI: Add alt shortcut for make_quit_action 2024-07-12 09:54:28 -04:00
BuggieBox Userland: Move basic system init functionality out of SystemServer 2024-06-30 00:20:45 +02:00
Demos LibGUI: Add alt shortcut for make_quit_action 2024-07-12 09:54:28 -04:00
DevTools Hackstudio: Add a window title when diff is opened 2024-06-09 14:13:29 -04:00
DynamicLoader DynamicLoader: Add an option to list all ELF loaded dependencies 2024-05-14 15:42:42 -06:00
Games Chess: Add time controls 2024-06-05 20:45:38 -04:00
Libraries LibWeb: Ensure normal line-height on HTMLInputElement 2024-07-14 06:56:56 -04:00
Services DeviceDeviceMapper: Remove hardcoded list of pluggable once devices 2024-07-12 18:44:49 -04:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities cat: Add the -n line numbering feature 2024-07-12 08:48:24 -04:00
CMakeLists.txt