Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 5eefa6c

Browse files
darrylpargeterjasonLaster
authored andcommitted
[Scopes]-fixed missing padding in scopes tree (#5163)
1 parent 7648abb commit 5eefa6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/SecondaryPanes/Scopes.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
overflow: auto;
3030
}
3131

32+
.scopes-list {
33+
padding-left: 4px;
34+
}
35+
3236
.scopes-list .function-signature {
3337
display: inline-block;
3438
}

0 commit comments

Comments
 (0)