Right align "Total" line items in tx detail view (#7050)

feature/default_network_editable
Whymarrh Whitby 5 years ago committed by GitHub
parent 7badc0ea1a
commit 35c29c732d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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;

Loading…
Cancel
Save