Skip to content

Commit 6fa3c5f

Browse files
fix: adjust SVG icon width in Ask AI button styles
risk: low
1 parent 25b1d12 commit 6fa3c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/scss/ask-ai-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
display: flex;
2929
width: fit-content;
3030
svg {
31-
width: 15px;
31+
width: 12px;
3232
height: 15px;
3333
margin: 0;
3434
}

0 commit comments

Comments
 (0)