Fix fee display on Android 4.4 KitKat.

This commit is contained in:
Brendon Duncan 2018-09-06 20:18:31 +12:00
commit b0fba31040

View file

@ -18,12 +18,11 @@
} }
.amount { .amount {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%; width: 100%;
.fee-fiat { .fee-fiat {
display: inline;
&.positive { &.positive {
color: #70955F; color: #70955F;
} }
@ -35,6 +34,7 @@
.fee-crypto { .fee-crypto {
color: #A7A7A7; color: #A7A7A7;
float: right;
} }
} }
} }