Skip to content

Commit 01d8593

Browse files
committed
Add border-box property
1 parent 0d6b75d commit 01d8593

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Wallets.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
padding: 0;
2121
font-family: "Helvetica Neue";
2222
line-height: 1.15;
23+
box-sizing: border-box;
2324
}
2425
2526
div {

0 commit comments

Comments
 (0)