1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix padding of a hovered tx-list-item (#2859)

This commit is contained in:
Dan J Miller 2018-01-11 13:51:41 -03:30 committed by Alexander Tseung
parent 3b2a519d46
commit 7c97b2f37c

View File

@ -210,7 +210,7 @@
} }
@media screen and (min-width: $break-large) { @media screen and (min-width: $break-large) {
margin: 0 2.37em; padding: 0 2.37em;
} }
&:last-of-type { &:last-of-type {