Merge branch 'ide-fixed-height-sidebar' into 'master'

Fixed the height of the tree list in the Web IDE

See merge request gitlab-org/gitlab-ce!21068
This commit is contained in:
Filipa Lacerda 2018-08-07 16:42:24 +00:00
commit 97eb1d5ae1

View file

@ -533,7 +533,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%;
}