We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0925521 commit 7acb009Copy full SHA for 7acb009
src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css
@@ -128,6 +128,14 @@
128
display: none;
129
}
130
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
139
140
/* status */
141
0 commit comments