1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

fix button spacing on activity list (#9410)

This commit is contained in:
Brad Decker 2020-09-15 14:33:49 -05:00 committed by GitHub
parent 22ee3695f5
commit 0c2404c6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,10 @@
line-height: 1rem;
}
& > .button:first-child {
margin-right: 6px;
}
&:empty {
padding-top: 0;
}