aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-11-11 16:18:33 +0800
committerGitHub <noreply@github.com>2016-11-11 16:18:33 +0800
commitc664b8f11e32eaa7f8f1b46d4be938f2ebb74d35 (patch)
treec4b267d2fbacef335942c7bc83251c6f896d99a6 /ui/app/components/pending-tx.js
parente123e3095b97fbec9ffa9ba966b0c24bd8c97723 (diff)
parent115fdc36fefd33e4bf4a9e551dd6267d3d75f2c5 (diff)
downloadtangerine-wallet-browser-c664b8f11e32eaa7f8f1b46d4be938f2ebb74d35.tar.gz
tangerine-wallet-browser-c664b8f11e32eaa7f8f1b46d4be938f2ebb74d35.tar.zst
tangerine-wallet-browser-c664b8f11e32eaa7f8f1b46d4be938f2ebb74d35.zip
Merge branch 'master' into i328-MultiVault
Diffstat (limited to 'ui/app/components/pending-tx.js')
-rw-r--r--ui/app/components/pending-tx.js2
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',