Skip to content

Commit afabd39

Browse files
committed
Fix margin issue
1 parent 152f679 commit afabd39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@
174174
}
175175
}
176176

177+
.chat-confirmation-widget2 {
178+
margin-bottom: 8px;
179+
}
180+
177181
.chat-confirmation-widget2 .chat-confirmation-widget-title {
178182
border: 1px solid var(--vscode-chat-requestBorder);
179183
border-bottom: none;
@@ -192,7 +196,7 @@
192196

193197
.monaco-button {
194198
overflow-wrap: break-word;
195-
padding: 2px 4px
199+
padding: 2px 4px;
196200
}
197201

198202
.rendered-markdown {

0 commit comments

Comments
 (0)