aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/customize-gas-modal/index.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-25 16:08:14 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-25 16:08:14 +0800
commit0d522139ba7c5372e0ef4219a69a4b8e8f83706a (patch)
tree2dc7f1f1d1e49846838728ecc213ed54878cd138 /ui/app/components/customize-gas-modal/index.js
parente263ae942170945c489e48c506fe11f3218976d4 (diff)
downloadtangerine-wallet-browser-0d522139ba7c5372e0ef4219a69a4b8e8f83706a.tar.gz
tangerine-wallet-browser-0d522139ba7c5372e0ef4219a69a4b8e8f83706a.tar.zst
tangerine-wallet-browser-0d522139ba7c5372e0ef4219a69a4b8e8f83706a.zip
Fix gas input styling on mobile view
Diffstat (limited to 'ui/app/components/customize-gas-modal/index.js')
-rw-r--r--ui/app/components/customize-gas-modal/index.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/ui/app/components/customize-gas-modal/index.js b/ui/app/components/customize-gas-modal/index.js
index 710ee24c0..e5bfcfc63 100644
--- a/ui/app/components/customize-gas-modal/index.js
+++ b/ui/app/components/customize-gas-modal/index.js
@@ -198,7 +198,7 @@ CustomizeGasModal.prototype.render = function () {
})
return h('div.send-v2__customize-gas', {}, [
- h('div', {
+ h('div.send-v2__customize-gas__content', {
}, [
h('div.send-v2__customize-gas__header', {}, [
@@ -241,8 +241,9 @@ CustomizeGasModal.prototype.render = function () {
]),
h('div.send-v2__customize-gas__revert', {
- onClick: () => console.log('Revert'),
- }, ['Revert']),
+ // onClick: () => console.log('Revert'),
+ }, ['']),
+ // }, ['Revert']),
h('div.send-v2__customize-gas__buttons', [
h('div.send-v2__customize-gas__cancel', {