diff options
author | Phil Hughes <me@iamphill.com> | 2018-04-10 11:10:16 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-04-18 14:34:06 +0100 |
commit | be45d454046b7f58c2b586923f5819b9bec95aa5 (patch) | |
tree | e8ff0a2afae7e693812252aceda466d05b62cb2f /app/assets/stylesheets | |
parent | d8dd75ca775f66fd756e43ddd73ac75d39fc3e64 (diff) | |
download | gitlab-ce-be45d454046b7f58c2b586923f5819b9bec95aa5.tar.gz |
Fixed bugs with IDE new directory
Closes #44838
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/repo.scss | 8 |
1 files changed, 3 insertions, 5 deletions
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; |