mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 986932 - Fix alignment with some items in DevTools options panel. r=bgrins DONTBUILD
This commit is contained in:
parent
ea7acdc162
commit
96d36654c2
@ -36,10 +36,15 @@
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.options-groupbox > * {
|
||||
.options-groupbox > *,
|
||||
.options-groupbox > .hidden-labels-box > checkbox {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.options-groupbox > .hidden-labels-box {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.options-citation-label {
|
||||
font-size: 1rem !important;
|
||||
/* !important is required otherwise font-size will still be 1.4rem */
|
||||
|
Loading…
Reference in New Issue
Block a user