aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/app/transaction-breakdown/index.scss3
1 files changed, 3 insertions, 0 deletions
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;