[Wallet] Prevent jumpy transition on page load when transaction labels are present

fix #1017
This commit is contained in:
Umar Bolatov
2019-09-05 19:21:55 -07:00
parent 9ca9b5a5d2
commit 8fa9834bf6

View File

@@ -20,6 +20,15 @@
.unconf {
opacity: 0.5;
}
.switchTimeFormat {
display: block;
max-width: 150px;
width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>
@if (TempData.ContainsKey("TempDataProperty-StatusMessage"))
{