Skip to content

Commit d967218

Browse files
authored
fix chat edits input resize (#252359)
* fix chat edits input resize * remove left border
1 parent 2302a3a commit d967218

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,6 @@ have to be updated for changes to the rules above, or to support more deeply nes
15721572
font-size: 12px;
15731573
color: var(--vscode-descriptionForeground);
15741574
user-select: none;
1575-
border-left: 1px solid var(--vscode-chat-requestBorder, var(--vscode-input-background, transparent));
15761575

15771576
code {
15781577
font-size: 11px;
@@ -1970,6 +1969,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
19701969
.interactive-request.editing .value {
19711970
display: none;
19721971
}
1972+
1973+
.interactive-request.editing {
1974+
padding: 0px;
1975+
}
19731976
}
19741977

19751978

@@ -1995,7 +1998,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
19951998
}
19961999

19972000
.interactive-item-container .chat-edit-input-container {
1998-
margin-right: -15px;
2001+
width: 100%;
19992002
}
20002003

20012004
.chat-row-disabled-overlay,

0 commit comments

Comments
 (0)