aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/unlock.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-11-02 08:00:17 +0800
committerDan Finlay <dan@danfinlay.com>2016-11-02 08:00:17 +0800
commitb5f6ef8c013f2f742546a04e148bac99fbc4691c (patch)
treefcd77a4e15ef11fb168ee6dc82f1a3015bcd3b7f /ui/app/unlock.js
parent72729060dc8366dbe965bd66c3b98b88bdb21830 (diff)
downloadtangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.tar.gz
tangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.tar.zst
tangerine-wallet-browser-b5f6ef8c013f2f742546a04e148bac99fbc4691c.zip
Fixed bugs related to clearing caches when restoring to a new vault
Diffstat (limited to 'ui/app/unlock.js')
-rw-r--r--ui/app/unlock.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/unlock.js b/ui/app/unlock.js
index 5c9a94f39..ec467f483 100644
--- a/ui/app/unlock.js
+++ b/ui/app/unlock.js
@@ -55,6 +55,8 @@ UnlockScreen.prototype.render = function () {
h('.error', {
style: {
display: warning ? 'block' : 'none',
+ padding: '0 20px',
+ textAlign: 'center',
},
}, warning),