1
0
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:
Mark Stacey 2020-06-04 12:52:21 -03:00 committed by GitHub
parent 1553f70a65
commit cac3bf5c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
flex: 1;
display: grid;
grid-template-rows: auto;
padding-top: 8px;
padding-top: 24px;
}
&__empty-text {