Skip to content

Commit 7acb009

Browse files
authored
set upper bounds for chat exec toolbar when space is narrow (microsoft#234092)
re microsoft#233004
1 parent 0925521 commit 7acb009

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@
128128
display: none;
129129
}
130130

131+
.monaco-workbench .inline-chat .chat-widget .interactive-session .chat-input-toolbars {
132+
max-width: 66%;
133+
}
134+
135+
.monaco-workbench .inline-chat .chat-widget .interactive-session .chat-input-toolbars > .chat-execute-toolbar .chat-modelPicker-item {
136+
min-width: 40px;
137+
max-width: 132px;
138+
}
131139

132140
/* status */
133141

0 commit comments

Comments
 (0)