diff options
author | Dan <danjm.com@gmail.com> | 2017-10-31 06:39:27 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-11-03 06:17:34 +0800 |
commit | dc0b3255cf908320b5b46f02765ea03b5b4db6b7 (patch) | |
tree | df11296b77c9411d379d70310fe738197d0cd49b /ui/app/css | |
parent | c8c918d44e26e9541beead982ef0ed79a56d6e6f (diff) | |
download | tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar.gz tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar.bz2 tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar.lz tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar.xz tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.tar.zst tangerine-wallet-browser-dc0b3255cf908320b5b46f02765ea03b5b4db6b7.zip |
Fixes width of from and to dropdowns in extension and on mobile views.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 282eef030..4d7e6d71a 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -577,6 +577,7 @@ line-height: 16px; font-size: 12px; color: $tundora; + position: relative; &__close-area { position: fixed; @@ -591,7 +592,7 @@ z-index: 1050; position: absolute; height: 220px; - width: 240px; + width: 100%; border: 1px solid $geyser; border-radius: 4px; background-color: $white; |