diff options
author | Phil Hughes <me@iamphill.com> | 2018-08-07 15:41:41 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-08-07 15:41:41 +0100 |
commit | 1c9a5b5665378c334d9fd07c93183586bbbd4141 (patch) | |
tree | e20da00a81d9c7e8fd23e138d9a3aa36383506bb /app | |
parent | 37db21d6bc9ec624f1421588d7928e21c8b3072e (diff) | |
download | gitlab-ce-1c9a5b5665378c334d9fd07c93183586bbbd4141.tar.gz |
Fixed the height of the tree list in the Web IDE
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/page_bundles/ide.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss index 37ad6a717d9..9726c65ac9c 100644 --- a/app/assets/stylesheets/page_bundles/ide.scss +++ b/app/assets/stylesheets/page_bundles/ide.scss @@ -532,7 +532,7 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding; position: relative; display: flex; flex-direction: column; - height: 100%; + min-height: 100%; min-width: 0; width: 100%; } |