mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +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:
parent
34a2797211
commit
8a3ca6416d
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ blink {
|
||||||
display: inline;
|
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. */
|
/* FIXME: This is a temporary hack until we can render a native-looking frame for these. */
|
||||||
input, textarea {
|
input, textarea {
|
||||||
border: 1px solid -libweb-palette-threed-shadow1;
|
border: 1px solid -libweb-palette-threed-shadow1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue