Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Commit

Permalink
Bug 1579262 - Increase the margin-bottom on the field-labels. r=MattN
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D45273

--HG--
extra : moz-landing-system : lando
  • Loading branch information
msujaws committed Sep 10, 2019
1 parent 9a8d3ce commit 081827e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]) {
Expand Down

0 comments on commit 081827e

Please sign in to comment.