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

Commit

Permalink
[Scopes]-fixed missing padding in scopes tree (#5163)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylpargeter authored and jasonLaster committed Jan 24, 2018
1 parent 7648abb commit 5eefa6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SecondaryPanes/Scopes.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
overflow: auto;
}

.scopes-list {
padding-left: 4px;
}

.scopes-list .function-signature {
display: inline-block;
}

0 comments on commit 5eefa6c

Please sign in to comment.