From 35c29c732d87707130b23e64f56821739289dada Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Wed, 21 Aug 2019 17:46:18 -0230 Subject: [PATCH] Right align "Total" line items in tx detail view (#7050) --- ui/app/components/app/transaction-breakdown/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/app/components/app/transaction-breakdown/index.scss b/ui/app/components/app/transaction-breakdown/index.scss index c8144eac2..2d2a939cb 100644 --- a/ui/app/components/app/transaction-breakdown/index.scss +++ b/ui/app/components/app/transaction-breakdown/index.scss @@ -12,6 +12,9 @@ } &__value { + display: flex; + justify-content: flex-end; + text-align: end; white-space: nowrap; overflow: hidden;