mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Increase padding of empty transaction list (#8738)
The top padding of the empty transaction list now mirrors the space below the buttons in the overview.
This commit is contained in:
parent
1553f70a65
commit
cac3bf5c56
@ -34,7 +34,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto;
|
grid-template-rows: auto;
|
||||||
padding-top: 8px;
|
padding-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__empty-text {
|
&__empty-text {
|
||||||
|
Loading…
Reference in New Issue
Block a user