aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r--ui/app/components/tx-view.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js
index c32e9edcb..bcd30e6d8 100644
--- a/ui/app/components/tx-view.js
+++ b/ui/app/components/tx-view.js
@@ -31,7 +31,11 @@ function TxView () {
TxView.prototype.render = function () {
return h('div.tx-view.flex-column', {
style: {
- width: '66.666%',
+ // width: '66.666%',
+ flexGrow: 2,
+ flexShrink: 0,
+ flexBasis: '230px', // .666*345
+ // flexBasis: '400px',
height: '82vh',
background: '#FFFFFF',
}