Fix add-token token list placeholder width (#4365)

feature/default_network_editable
Alexander Tseung 7 years ago committed by GitHub
parent d1f5d8ccc6
commit e3c9629130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss

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

Loading…
Cancel
Save