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")) {