aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/pending-tx.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js
index 94d780590..57852010e 100644
--- a/ui/app/components/pending-tx.js
+++ b/ui/app/components/pending-tx.js
@@ -48,7 +48,12 @@ PendingTx.prototype.render = function () {
`),
insufficientBalance ?
- h('span.error', { style: { marginLeft: 36 } }, 'Insufficient balance for transaction.')
+ h('span.error', {
+ style: {
+ marginLeft: 50,
+ fontSize: '0.9em',
+ },
+ }, 'Insufficient balance for transaction')
: null,
// send + cancel