Skip to content

Commit c788cd7

Browse files
authored
Merge pull request #44 from blocknative/fix/wallet-list
Add border-box property
2 parents 0d6b75d + 01d8593 commit c788cd7

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)