aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-03-20 17:17:45 +0800
committerGitHub <noreply@github.com>2018-03-20 17:17:45 +0800
commit5cdaf270f798218bddc72bde05d8ab77267cfb94 (patch)
treea857cf36325d9b537bf4bb3c6516cbd94284d912 /ui/app/css
parent424e98f6a896df6a848a92ef318464abc505d83d (diff)
downloadtangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar.gz
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar.bz2
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar.lz
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar.xz
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.tar.zst
tangerine-wallet-browser-5cdaf270f798218bddc72bde05d8ab77267cfb94.zip
Don't block user from setting gas if estimating gas returns errors. (#3627)
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/itcss/components/send.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index bb17e53cd..89739171d 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -660,6 +660,12 @@
&__gas-fee-display {
width: 100%;
+
+ .currency-display--message {
+ padding: 8px 38px 8px 10px;
+ display: flex;
+ align-items: center;
+ }
}
&__sliders-icon-container {