Skip to content
Snippets Groups Projects
Unverified Commit 1c9a5b56 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed the height of the tree list in the Web IDE

parent 37db21d6
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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%;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment