From b60992b446098c035449bad9af7263b44d9719c6 Mon Sep 17 00:00:00 2001 From: Frankie Date: Thu, 10 Nov 2016 22:13:30 -0800 Subject: Fix funny looking errors in conf-tx --- ui/app/components/pending-tx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components') diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index b619020d1..96f968929 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -31,7 +31,7 @@ PendingTx.prototype.render = function () { `), txData.simulationFails ? - h('span.error', { + h('.error', { style: { marginLeft: 50, fontSize: '0.9em', -- cgit v1.2.3