mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
LibWeb: Make labels be display: inline-block in the default UA style
This is weird, but matches the behavior we've had so far. Leaving a FIXME about how this doesn't seem right.
This commit is contained in:
@@ -20,6 +20,11 @@ blink {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* FIXME: This doesn't seem right. */
|
||||
label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* FIXME: This is a temporary hack until we can render a native-looking frame for these. */
|
||||
input, textarea {
|
||||
border: 1px solid -libweb-palette-threed-shadow1;
|
||||
|
||||
Reference in New Issue
Block a user