From d0f97e85d21b59bd407c7f0866045f753047282c Mon Sep 17 00:00:00 2001 From: d11n Date: Wed, 13 Nov 2024 13:05:40 +0100 Subject: [PATCH] UI: Allow text break in labels to avoid horizontal scrolling (#6366) --- BTCPayServer/wwwroot/main/site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 97fc5f816..fe45dd20c 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -942,6 +942,7 @@ input.ts-wrapper.form-control:not(.ts-hidden-accessible,.ts-inline) { margin: 0; padding: 1px var(--btcpay-space-s); text-align: left; + word-break: break-word; } .transaction-label a {