diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index ada41a484..2317fa3c1 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -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; }