Bug 1579262 - Increase the margin-bottom on the field-labels. r=MattN

Differential Revision: https://phabricator.services.mozilla.com/D45273

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-09-10 05:31:56 +00:00
Родитель 9a8d3ce982
Коммит 081827e548
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -148,7 +148,7 @@ input[type="url"][readOnly]:hover:active {
display: block;
font-size: smaller;
color: var(--in-content-deemphasized-text);
margin-bottom: 5px;
margin-bottom: 8px;
}
:host([data-editing]) .detail-cell input:not([readOnly]):not([type="checkbox"]) {