Skip to content

Commit 649157a

Browse files
committed
style: avoid the button being shrink
1 parent c729099 commit 649157a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/shared/Components/IconButton.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
color: inherit;
2929
cursor: pointer;
3030
display: flex;
31+
flex-shrink: 0;
3132
height: 1.5rem;
3233
justify-content: center;
3334
overflow: visible;

0 commit comments

Comments
 (0)