aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-11-11 14:31:23 +0800
committerGitHub <noreply@github.com>2016-11-11 14:31:23 +0800
commit115fdc36fefd33e4bf4a9e551dd6267d3d75f2c5 (patch)
tree10e97f3903e4893f2749a8a043d4bbbbfee34e2e /ui/app/components
parentf88079c6b9c0e7bf5d7765f8ea8471b64624d8d0 (diff)
parentb60f51dfc2d63bbb0cc8f255699e99ef5e1f0508 (diff)
downloadtangerine-wallet-browser-115fdc36fefd33e4bf4a9e551dd6267d3d75f2c5.tar.gz
tangerine-wallet-browser-115fdc36fefd33e4bf4a9e551dd6267d3d75f2c5.tar.zst
tangerine-wallet-browser-115fdc36fefd33e4bf4a9e551dd6267d3d75f2c5.zip
Merge pull request #807 from MetaMask/cssIsAwesome
Fix funny looking errors in conf-tx
Diffstat (limited to 'ui/app/components')
-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',