Skip to content

Commit 7d3d01e

Browse files
authored
fix ellipses (microsoft#242126)
FIX DA ELLIPSES
1 parent 5a676dc commit 7d3d01e

File tree

1 file changed

+4
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+4
-1
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
11781178
}
11791179

11801180
.interactive-session .chat-attached-context .chat-attached-context-attachment .monaco-icon-label-container .monaco-highlighted-label {
1181-
display: flex !important;
1181+
display: block !important;
11821182
align-items: center !important;
1183+
overflow: hidden;
1184+
white-space: nowrap;
1185+
text-overflow: ellipsis;
11831186
}
11841187

11851188
.interactive-session .chat-attached-context .chat-attached-context-attachment .monaco-icon-label .monaco-button.codicon.codicon-close,

0 commit comments

Comments
 (0)