Skip to content

Commit 2443ee5

Browse files
committed
Make bottom corners rounded
1 parent ab95f94 commit 2443ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@
222222
background: var(--vscode-chat-requestBackground);
223223
border: 1px solid var(--vscode-chat-requestBorder);
224224
padding: 6px 9px 0 9px;
225+
border-bottom-left-radius: 3px;
226+
border-bottom-right-radius: 3px;
225227

226228
p {
227229
margin-top: 0;

0 commit comments

Comments
 (0)