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:
Itiel 2019-10-24 15:24:39 +00:00
Родитель a08858c1e5
Коммит 0dc1569144
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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;