diff options
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r-- | ui/app/components/tx-view.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js index 2aaa32395..dc86e7ea8 100644 --- a/ui/app/components/tx-view.js +++ b/ui/app/components/tx-view.js @@ -43,12 +43,9 @@ function TxView () { TxView.prototype.render = function () { return h('div.tx-view.flex-column', { style: { - // width: '66.666%', flexGrow: 2, flexShrink: 0, - flexBasis: '230px', // .666*345 - // flexBasis: '400px', - height: '82vh', + flexBasis: '230px', background: '#FFFFFF', } }, [ |