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;