0.27.0 cleanup #2182

Merged
neb-b merged 12 commits from 0.27.0-cleanup into master 2019-01-14 19:40:07 +01:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit d0f9358aa0 - Show all commits

View file

@ -76,7 +76,7 @@ class CreditAmount extends React.PureComponent<Props> {
return (
<span
title={fullPrice}
className={classnames('badge', {
className={classnames({
badge,
'badge--cost': badge && amount > 0,
'badge--free': badge && isFree,

View file

@ -91,7 +91,10 @@
.table--transactions {
td:nth-of-type(1) {
// TX amounts
width: 25%;
font-size: 0.8em;
font-weight: 600;
}
td:nth-of-type(2) {