Skip to content

Commit bdddde3

Browse files
author
Eric Amodio
committed
Fixes microsoft#107751 - shrinks description before title
1 parent 1b96024 commit bdddde3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/browser/parts/views/media/paneviewlet.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
text-overflow: ellipsis;
3535
overflow: hidden;
3636
font-size: 11px;
37+
min-width: 3ch;
3738
-webkit-margin-before: 0;
3839
-webkit-margin-after: 0;
3940
}
@@ -47,6 +48,7 @@
4748
text-overflow: ellipsis;
4849
text-transform: none;
4950
white-space: nowrap;
51+
flex-shrink: 100000;
5052
}
5153

5254
.monaco-pane-view .pane > .pane-header .description .codicon {

0 commit comments

Comments
 (0)