mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1200073 - Use extra space before the computed view checkbox so it's not touching the sibling text input. r=pbrosset
This commit is contained in:
parent
28cbfd6342
commit
79abdad7da
@ -20,6 +20,12 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#browser-style-checkbox {
|
||||
/* Bug 1200073 - extra space before the browser styles checkbox so
|
||||
they aren't squished together in a small window. */
|
||||
-moz-margin-start: 5px;
|
||||
}
|
||||
|
||||
#propertyContainer {
|
||||
-moz-user-select: text;
|
||||
overflow: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user