Display ETH balance in overlay account selector (#4588)

* Add account balance display from ParityBar

* Ellipsis with title

* Balance display in Dapp permissions

* Add balance to vault account selector

* Add key prop to accounts in Vault

* Fix failing test (missing redux prop)
This commit is contained in:
Jaco Greeff
2017-02-22 10:42:42 +01:00
committed by Gav Wood
parent fba4bda0ff
commit 0a85fc7a3e
9 changed files with 91 additions and 17 deletions

View File

@@ -120,6 +120,9 @@
.accountName {
font-weight: 700 !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}