diff --git a/src/components/SecondaryPanes/Scopes.css b/src/components/SecondaryPanes/Scopes.css index 3fa11072f1..0ec1419a22 100644 --- a/src/components/SecondaryPanes/Scopes.css +++ b/src/components/SecondaryPanes/Scopes.css @@ -29,6 +29,10 @@ overflow: auto; } +.scopes-list { + padding-left: 4px; +} + .scopes-list .function-signature { display: inline-block; }