diff options
author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-05-30 01:03:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 01:03:08 +0800 |
commit | e3c9629130901c2268350a58eb18f2ab9f6ab72e (patch) | |
tree | 114a46e75bddf94d2ad4d0514f6904e37dc42b0a /ui | |
parent | d1f5d8ccc663bdc379864e155f12f580af127e8c (diff) | |
download | tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.gz tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.bz2 tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.lz tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.xz tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.tar.zst tangerine-wallet-browser-e3c9629130901c2268350a58eb18f2ab9f6ab72e.zip |
Fix add-token token list placeholder width (#4365)
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss b/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss index 9d0f4be32..cc495dfb0 100644 --- a/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss +++ b/ui/app/components/pages/add-token/token-list/token-list-placeholder/index.scss @@ -11,6 +11,10 @@ width: 50%; text-align: center; margin-top: 8px; + + @media screen and (max-width: 575px) { + width: 60%; + } } &__link { |