Fix css merge conflicts

This commit is contained in:
Chi Kei Chan 2017-09-07 11:25:31 -07:00
parent a0ca3fab77
commit 687d2f755d
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ TxList.prototype.renderTransactionListItem = function (transaction) {
address,
transactionAmount,
transactionHash,
className: '.tx-list-clickable',
className: '.tx-list-item.tx-list-clickable',
}
if (transactionStatus === 'unapproved') {

View File

@ -67,7 +67,7 @@
}
@media screen and (min-width: $break-large) {
margin: 0 2.37em;
// margin: 0 2.37em;
}
}