mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1590801 - Add padding for radio button labels in about:config r=paolo
Differential Revision: https://phabricator.services.mozilla.com/D50247 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
a08858c1e5
commit
0dc1569144
@ -145,6 +145,10 @@ tr:not(.deleted) > .cell-value {
|
||||
text-align: match-parent;
|
||||
}
|
||||
|
||||
#form-edit > label {
|
||||
padding-inline-end: 10px;
|
||||
}
|
||||
|
||||
td.cell-value > form > input[type="text"],
|
||||
td.cell-value > form > input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
|
Loading…
Reference in New Issue
Block a user