From c605c9897d40f8fc2568b63d33cfc018635bcf25 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 29 Aug 2017 16:09:56 -0230 Subject: Minor clean up. --- ui/app/components/gas-tooltip.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ui/app/components') diff --git a/ui/app/components/gas-tooltip.js b/ui/app/components/gas-tooltip.js index 29d1af4ad..68b7aea61 100644 --- a/ui/app/components/gas-tooltip.js +++ b/ui/app/components/gas-tooltip.js @@ -59,12 +59,7 @@ GasTooltip.prototype.render = function () { const { position, title, children, className } = this.props const { gasPrice, gasLimit } = this.state - return h('div', { - style: { - display: 'flex', - justifyContent: 'center', - } - }, [ + return h('div.gas-tooltip', {}, [ h('div.gas-tooltip-close-area', { onClick: this.onClose }), -- cgit v1.2.3