Commit 1c9a5b56 authored by Phil Hughes's avatar Phil Hughes

Fixed the height of the tree list in the Web IDE

parent 37db21d6
...@@ -532,7 +532,7 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding; ...@@ -532,7 +532,7 @@ $ide-tree-text-start: $ide-activity-bar-width + $ide-tree-padding;
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; min-height: 100%;
min-width: 0; min-width: 0;
width: 100%; 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