UI: Allow text break in labels to avoid horizontal scrolling (#6366)

This commit is contained in:
d11n 2024-11-13 13:05:40 +01:00 committed by GitHub
parent 2eff7523c3
commit d0f97e85d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {