1
0
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:
Alexander Tseung 2018-05-29 10:03:08 -07:00 committed by GitHub
parent d1f5d8ccc6
commit e3c9629130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
width: 50%;
text-align: center;
margin-top: 8px;
@media screen and (max-width: 575px) {
width: 60%;
}
}
&__link {