1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #12039 from jpuri/dev_12035

Fix padding at bottom of custom network form in popup view
This commit is contained in:
Jyoti Puri 2021-09-09 10:35:05 +05:30 committed by GitHub
commit e410cd3a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@
&__footer { &__footer {
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
margin: 0.75rem 0; padding: 0.75rem 0;
@media screen and (max-width: 575px) { @media screen and (max-width: 575px) {
width: 93%; width: 93%;