diff options
author | Alexander Tseung <alextsg@users.noreply.github.com> | 2018-03-09 23:30:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 23:30:31 +0800 |
commit | 4b2e52795d52cfcf227ee56fba9f975e057e846d (patch) | |
tree | b5dadbd4ac3b48329646eeb3de404d2a91920c8a /ui/app/css | |
parent | f28bbe5b0392a9ae45f7f17fbc979ef796b27d16 (diff) | |
download | tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar.gz tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar.bz2 tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar.lz tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar.xz tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.tar.zst tangerine-wallet-browser-4b2e52795d52cfcf227ee56fba9f975e057e846d.zip |
Explicitly define state in import account from json component (#3491)
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/new-account.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/new-account.scss b/ui/app/css/itcss/components/new-account.scss index c6c254ede..08cff867d 100644 --- a/ui/app/css/itcss/components/new-account.scss +++ b/ui/app/css/itcss/components/new-account.scss @@ -190,7 +190,7 @@ margin-top: 39px; display: flex; width: 100%; - justify-content: space-evenly; + justify-content: space-between; } &__button-cancel, |