diff options
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r-- | ui/app/components/pending-tx.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', |