mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix padding at bottom of custom network form in popup view
This commit is contained in:
parent
5daf8cc77c
commit
ec9b94ccfe
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user