Skip to content

Commit 3217686

Browse files
get x off the edge (microsoft#191849)
Fixes microsoft#191701
1 parent e2085fa commit 3217686

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
.interactive-session .interactive-input-and-side-toolbar {
240240
display: flex;
241-
gap: 6px;
241+
gap: 4px;
242242
align-items: center;
243243
}
244244

@@ -427,6 +427,7 @@
427427
.quick-input-widget .interactive-session .interactive-input-and-execute-toolbar {
428428
margin: 0;
429429
border-radius: 2px;
430+
padding: 0 4px 0 6px;
430431
}
431432

432433
.quick-input-widget .interactive-list {

0 commit comments

Comments
 (0)