Skip to content

Commit f87cbfb

Browse files
authored
Hide overflow in view container headers (#15321)
Fixes #15274 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 parent 3d30620 commit f87cbfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/browser/style/view-container.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
z-index: 10;
7474
color: var(--theia-sideBarSectionHeader-foreground);
7575
font-weight: 700;
76+
overflow: hidden;
7677
}
7778

7879
.lm-Widget > .theia-view-container-part-header {

0 commit comments

Comments
 (0)