Bug 1415137 - Group's vertical line is moved one pixel; r=nchevobbe

MozReview-Commit-ID: CVfsJ6wx6HC

--HG--
extra : rebase_source : 43deb9576394e33ef489b765985212535cbc6efb
This commit is contained in:
Jan Odvarko 2017-11-07 14:09:31 +01:00
parent 365f79c262
commit a7d42e9ce4

View File

@ -23,6 +23,10 @@ a {
* assertion when loading HTML page with links in XUL iframe */
*:visited { }
* {
box-sizing: border-box;
}
.message {
display: flex;
padding: 0 7px;