Skip to content

Commit 088476a

Browse files
committed
chore: use margin-left per FiltersView
1 parent 8beac4b commit 088476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/trace-viewer/src/ui/statusLine.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
text-overflow: ellipsis;
2323
line-height: 30px;
2424
height: 30px;
25-
padding-left: 5px;
25+
margin-left: 5px;
2626
cursor: pointer;
2727
}
2828

0 commit comments

Comments
 (0)