Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-08-07 17:41:41 +0300
committerPhil Hughes <me@iamphill.com>2018-08-07 17:41:41 +0300
commit1c9a5b5665378c334d9fd07c93183586bbbd4141 (patch)
treee20da00a81d9c7e8fd23e138d9a3aa36383506bb /app
parent37db21d6bc9ec624f1421588d7928e21c8b3072e (diff)
Fixed the height of the tree list in the Web IDE
Diffstat (limited to 'app')
-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%;
}