Skip to content

Commit 9997eff

Browse files
nchevobbejasonLaster
authored andcommitted
Fix Sources.css issues. (firefox-devtools#5735)
1 parent 99dd85e commit 9997eff

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/PrimaryPanes/Sources.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@
210210
background-color: white;
211211
}
212212

213-
.tree:not(.object-inspector)
214-
.tree-node[data-expandable="false"]
215-
.tree-indent:last-of-type {
213+
.tree:not(.object-inspector) .tree-node[data-expandable="false"] .tree-indent:last-of-type {
216214
margin-inline-end: 4px;
217215
}
218216

0 commit comments

Comments
 (0)