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:
parent
3b2a519d46
commit
7c97b2f37c
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user