Skip to content
Snippets Groups Projects
Commit d8da5780 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#400 - fixed min card height

parent 4bc664f3
Branches
Tags
No related merge requests found
......@@ -40,13 +40,16 @@
.transaction-row-top {
padding: 14px 0.5rem 0 0.5rem;
min-height: 3.4rem;
}
.transaction-row-bottom {
padding-bottom: 14px;
}
.transaction-row-desktop {
min-height: 3.4rem;
}
.transaction-row-transparent {
opacity: 0.5;
}
......
......@@ -77,7 +77,7 @@
</div>
<div class="hide-on-med-and-down transaction-row-top card transaction-card transaction-row-bottom background-light <#if transaction.isFuture()>transaction-row-transparent</#if> <#if shouldHighlight>background-blue-light transaction-row-transparent-override" id="highlighted-large"<#else>"</#if>>
<div class="row valign-wrapper no-margin-bottom">
<div class="row valign-wrapper no-margin-bottom transaction-row-desktop">
<@transactionsMacros.transactionCategory transaction "left-align"/>
<@transactionsMacros.transactionAccountIcon transaction/>
<@transactionsMacros.transactionType transaction "l1 xl1"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment