From b0fba31040139356339f6f1086cbf3e2a8470ff1 Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Thu, 6 Sep 2018 20:18:31 +1200 Subject: [PATCH] Fix fee display on Android 4.4 KitKat. --- src/sass/components/fee-summary.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/components/fee-summary.scss b/src/sass/components/fee-summary.scss index 5c9488b60..88c43ab02 100644 --- a/src/sass/components/fee-summary.scss +++ b/src/sass/components/fee-summary.scss @@ -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; } } } \ No newline at end of file