Merge pull request #1019 from bolatovumar/fix-1017

[Wallet] Prevent jumpy transition on page load when transaction labels are present
This commit is contained in:
Nicolas Dorier 2019-09-09 13:35:04 +09:00 committed by GitHub
commit ee804c9922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,15 @@
opacity: 0.5;
}
.switchTimeFormat {
display: block;
max-width: 150px;
width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.transactionLabel:not(:last-child) {
margin-bottom: 4px;
}