diff options
author | Dan <danjm.com@gmail.com> | 2017-10-23 20:05:53 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-10-24 13:40:55 +0800 |
commit | 09d659614ed8a3d7627002eb77f0953b7f495f7e (patch) | |
tree | 0c08f419eee896b2e940fb2e3188ad181b3da103 /ui/app/css | |
parent | 754d117d189d81839bad3b5715b2d049779b4882 (diff) | |
download | tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar.gz tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar.bz2 tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar.lz tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar.xz tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.tar.zst tangerine-wallet-browser-09d659614ed8a3d7627002eb77f0953b7f495f7e.zip |
Cleaner implementation of currency-display input.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/currency-display.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/currency-display.scss b/ui/app/css/itcss/components/currency-display.scss index eb1776c58..9459629b6 100644 --- a/ui/app/css/itcss/components/currency-display.scss +++ b/ui/app/css/itcss/components/currency-display.scss @@ -22,6 +22,7 @@ line-height: 22px; border: none; outline: 0 !important; + max-width: 100%; } &__primary-currency { @@ -43,4 +44,13 @@ font-size: 12px; line-height: 12px; } + + &__input-wrapper { + position: relative; + display: flex; + } + + &__currency-symbol { + margin-top: 1px; + } }
\ No newline at end of file |