aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-03-07 01:14:57 +0800
committerGitHub <noreply@github.com>2018-03-07 01:14:57 +0800
commit5f8a632fec0e83b148e4e0b7fc95339fb870d804 (patch)
treed2d0fbe89aab50636df4d0412798be3732984f22 /ui/app/app.js
parent9734969e5d09e73778f18e9842ecb4677589a722 (diff)
downloadtangerine-wallet-browser-5f8a632fec0e83b148e4e0b7fc95339fb870d804.tar.gz
tangerine-wallet-browser-5f8a632fec0e83b148e4e0b7fc95339fb870d804.tar.zst
tangerine-wallet-browser-5f8a632fec0e83b148e4e0b7fc95339fb870d804.zip
Fix seed phrase validation clearing form (#3417)
* Fix seed phrase validation clearing form * Make new ui import seed error feedback live, and allow newlines with and without carriage returns.
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index d243e72a4..4e6da24c3 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -288,10 +288,10 @@ App.prototype.renderAppBar = function () {
}),
// metamask name
- h('h1', 'MetaMask'),
-
- h('div.beta-label', 'BETA'),
-
+ h('.flex-row', [
+ h('h1', 'MetaMask'),
+ h('div.beta-label', 'BETA'),
+ ]),
]),
h('div.header__right-actions', [