Bug 1436496 - Remove overflow caused by the new attribute element in the inspector. r=gl

MozReview-Commit-ID: 55PDRrZQBHa

--HG--
extra : amend_source : c631c716eddab9885d3e613b5e5daa4aa5632dcc
This commit is contained in:
Erica Wright 2018-03-13 13:05:32 -04:00
Родитель 1e30b1a1f4
Коммит 9014658f8e
1 изменённых файлов: 5 добавлений и 5 удалений

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

@ -244,11 +244,11 @@ ul.children + .tag-line::before {
}
.newattr {
display: inline-block;
width: 1em;
height: 1ex;
margin-right: -1em;
padding: 1px 0;
margin-right: -13px;
}
.newattr:before {
content: "\00a0\00a0";
}
.attr-value .link {