Skip to content

Commit 84a3608

Browse files
committed
Bug 1825060 - correct margins for rtp graphs in about:webrtc;r=Itiel
Differential Revision: https://phabricator.services.mozilla.com/D173868
1 parent d38752f commit 84a3608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolkit/content/aboutwebrtc/aboutWebrtc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ div.fold-trigger {
192192

193193
.line-graph {
194194
border: 1px solid var(--in-content-border-color);
195-
margin-right: 2px;
195+
margin-inline: 1px;
196196
padding: 1px;
197197
}

0 commit comments

Comments
 (0)