aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-08-04 07:30:57 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-08-04 07:30:57 +0800
commit77908e1181a8fd043c1e9bdc3807b9dd8a0d3ab7 (patch)
tree0682c66049b05932172cab790c80d2132a0d799b /ui/app/app.js
parentb4f621c980916bdbcaa03099cbff4e53adc375b4 (diff)
downloadtangerine-wallet-browser-77908e1181a8fd043c1e9bdc3807b9dd8a0d3ab7.tar.gz
tangerine-wallet-browser-77908e1181a8fd043c1e9bdc3807b9dd8a0d3ab7.tar.zst
tangerine-wallet-browser-77908e1181a8fd043c1e9bdc3807b9dd8a0d3ab7.zip
Fix wonky widths for notices.
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 297a2f621..e23caa72b 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -92,7 +92,7 @@ App.prototype.render = function () {
// panel content
h('.app-primary' + (transForward ? '.from-right' : '.from-left'), {
style: {
- maxWidth: '850px',
+ width: '100%',
},
}, [
this.renderPrimary(),