From 8fa9834bf63d137cf7cb853b66751c454caa7079 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Thu, 5 Sep 2019 19:21:55 -0700 Subject: [PATCH] [Wallet] Prevent jumpy transition on page load when transaction labels are present fix #1017 --- BTCPayServer/Views/Wallets/WalletTransactions.cshtml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index dfe21ce2f..174dcdd2d 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -20,6 +20,15 @@ .unconf { opacity: 0.5; } + + .switchTimeFormat { + display: block; + max-width: 150px; + width: 150px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + } @if (TempData.ContainsKey("TempDataProperty-StatusMessage")) {