Skip to content

Commit fc6d543

Browse files
fix: chat control responsiveness.
1 parent e97181d commit fc6d543

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/styles/ai-controls.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@
329329

330330
.ai-chat-prompt {
331331
resize: vertical;
332+
width: 100%;
333+
min-width: 0;
334+
box-sizing: border-box;
332335
min-height: 72px;
333336
max-height: 220px;
334337
border: 1px solid var(--border-control);
@@ -347,6 +350,8 @@
347350

348351
.ai-chat-model-picker {
349352
display: grid;
353+
width: 100%;
354+
min-width: 0;
350355
gap: 6px;
351356
font-size: 0.76rem;
352357
color: var(--text-muted);
@@ -355,6 +360,9 @@
355360
.ai-chat-model-picker select {
356361
appearance: none;
357362
-webkit-appearance: none;
363+
width: 100%;
364+
min-width: 0;
365+
box-sizing: border-box;
358366
border: 1px solid var(--border-control);
359367
border-radius: 9px;
360368
background: var(--surface-select);

0 commit comments

Comments
 (0)