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

Fixes the 'Percentages row tracks and gutters' decpracation warning. (#6244)

This commit is contained in:
Dan J Miller 2019-03-06 11:18:36 -03:30 committed by GitHub
parent dc79456695
commit df0c7be808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
&__empty {
flex: 1;
display: grid;
grid-template-rows: 35% 1fr;
grid-template-rows: auto;
padding-top: 8px;
}