Skip to content

Commit 505c885

Browse files
authored
Hide overflow on sidebar-toolbar (#15492)
Fixes #15468 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
1 parent 484d2f5 commit 505c885

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/core/src/browser/style/sidepanel.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
}
189189

190190
.lm-Widget .theia-sidebar-menu-item {
191-
cursor: pointer;
191+
cursor: pointer;
192192
}
193193

194194
.lm-Widget.theia-sidebar-menu i {
@@ -334,6 +334,7 @@
334334
padding-left: 5px;
335335
align-items: center;
336336
background-color: var(--theia-sideBar-background);
337+
overflow: hidden;
337338
}
338339

339340
.theia-sidepanel-toolbar .theia-sidepanel-title {
@@ -366,6 +367,3 @@
366367
overflow: hidden;
367368
text-overflow: ellipsis;
368369
}
369-
370-
371-

0 commit comments

Comments
 (0)