Several fixes to the Wallet in general (#4504)
* Fix address non-ellipsis on Wallet view * Add warning if daily limit has been reached * Add OOG warnings to TxHash * Fixes to the Warning * Added stringified version of the changes * Add wallet link for notifications * Fix tests * Use Formatted Messages * React Intl * s/ui.walletSettings/walletSettings in React Intl
This commit is contained in:
committed by
Jaco Greeff
parent
da2e28dad1
commit
ace5c27211
@@ -59,9 +59,15 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.addressline {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.address {
|
||||
display: inline-block;
|
||||
margin-left: .5em;
|
||||
margin-left: 0.5em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.tags {
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
.header {
|
||||
flex: 1;
|
||||
margin-right: 0.25em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.details {
|
||||
|
||||
Reference in New Issue
Block a user