Skip to content

Commit 06ab7a1

Browse files
Update ScreenToggle.svelte (#5629)
weird padding on button
1 parent 1046ca7 commit 06ab7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/ScreenToggle.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
height: 1em;
2323
padding: .2em .4em .3em;
2424
border-radius: var(--border-r);
25-
line-height: 1;
25+
line-height: normal;
2626
box-sizing: content-box;
2727
color: #888;
2828
border: 1px solid var(--back-light);

0 commit comments

Comments
 (0)