Skip to content

Commit 045b5a6

Browse files
committed
style(ai): widen model switcher label
Fits the resolved model name now shown on Default.
1 parent 36e6d30 commit 045b5a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/Extn-AIChatPanel.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
transition: opacity 0.5s ease;
150150

151151
.ai-model-select-label {
152-
max-width: 90px;
152+
max-width: 120px; // model names are short; raw ids may ellipsize
153153
overflow: hidden;
154154
text-overflow: ellipsis;
155155
white-space: nowrap;

0 commit comments

Comments
 (0)