We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484d2f5 commit 505c885Copy full SHA for 505c885
packages/core/src/browser/style/sidepanel.css
@@ -188,7 +188,7 @@
188
}
189
190
.lm-Widget .theia-sidebar-menu-item {
191
- cursor: pointer;
+ cursor: pointer;
192
193
194
.lm-Widget.theia-sidebar-menu i {
@@ -334,6 +334,7 @@
334
padding-left: 5px;
335
align-items: center;
336
background-color: var(--theia-sideBar-background);
337
+ overflow: hidden;
338
339
340
.theia-sidepanel-toolbar .theia-sidepanel-title {
@@ -366,6 +367,3 @@
366
367
overflow: hidden;
368
text-overflow: ellipsis;
369
-
370
371
0 commit comments