From be45d454046b7f58c2b586923f5819b9bec95aa5 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 10 Apr 2018 11:10:16 +0100 Subject: Fixed bugs with IDE new directory Closes #44838 --- app/assets/stylesheets/pages/repo.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index f58f2579050..de9377a2fe0 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -85,10 +85,8 @@ } } - &.folder { - svg { - fill: $gl-text-color-secondary; - } + .folder-icon { + fill: $gl-text-color-secondary; } } @@ -429,7 +427,7 @@ .projects-sidebar { display: flex; flex-direction: column; - height: 100%; + flex: 1; .context-header { width: auto; -- cgit v1.2.1