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

Fix padding at bottom of custom network form in popup view

This commit is contained in:
jpuri 2021-09-08 21:10:15 +05:30
parent 5daf8cc77c
commit ec9b94ccfe
No known key found for this signature in database
GPG Key ID: CC28EB0B27E544E3

View File

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