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
1 changed files with 4 additions and 0 deletions

View File

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