Fixed the height of the tree list in the Web IDE

This commit is contained in:
Phil Hughes 2018-08-07 15:41:41 +01:00
parent 37db21d6bc
commit 1c9a5b5665
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 1 additions and 1 deletions

View File

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