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 {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
.fee-fiat {
display: inline;
&.positive {
color: #70955F;
}
@ -35,6 +34,7 @@
.fee-crypto {
color: #A7A7A7;
float: right;
}
}
}