зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a08858c1e5
Коммит
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче