Commit 97eb1d5a authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents 4ccecb8f 1c9a5b56
......@@ -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%;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment