mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix add-token token list placeholder width (#4365)
This commit is contained in:
parent
d1f5d8ccc6
commit
e3c9629130
@ -11,6 +11,10 @@
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
margin-top: 8px;
|
||||
|
||||
@media screen and (max-width: 575px) {
|
||||
width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
&__link {
|
||||
|
Loading…
Reference in New Issue
Block a user