Skip to content

Commit 5bab251

Browse files
committed
Adds border radius to AI explain box
1 parent fd23c90 commit 5bab251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webviews/apps/shared/styles/details-base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ ul {
381381
background: var(--vscode-input-background);
382382
margin-top: 1rem;
383383
padding: 0.5rem;
384+
border-radius: 2px;
384385

385386
&.has-error {
386387
border-left-color: var(--color-alert-errorBorder);

0 commit comments

Comments
 (0)