summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-08-07 15:41:41 +0100
committerPhil Hughes <me@iamphill.com>2018-08-07 15:41:41 +0100
commit1c9a5b5665378c334d9fd07c93183586bbbd4141 (patch)
treee20da00a81d9c7e8fd23e138d9a3aa36383506bb
parent37db21d6bc9ec624f1421588d7928e21c8b3072e (diff)
downloadgitlab-ce-1c9a5b5665378c334d9fd07c93183586bbbd4141.tar.gz
Fixed the height of the tree list in the Web IDE
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss2
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%;
}