Skip to content

Commit

Permalink
Title: Display Ellipses when content not fully displayed
Browse files Browse the repository at this point in the history
Fixes: #6711.
When the width of the navigator is reduced and the content cannot be displayed completely, then the file name should show ellipses, which currently is not displayed. Fixing one of the css property, fixed the issue.

Signed-off-by: Muhammad Anas Shahid <[email protected]>
  • Loading branch information
Muhammad Anas Shahid committed Jan 22, 2020
1 parent e9449a0 commit 310381f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/plugin-ext/src/main/browser/style/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@
margin-left: var(--theia-ui-padding);
}

.theia-TreeNodeSegment {
display: flex;
}

.theia-tree-view .theia-TreeNodeContent {
align-items: center;
height: 100%;
}

.theia-tree-view .theia-TreeNodeSegment {
display: flex;
}

0 comments on commit 310381f

Please sign in to comment.