mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
UI: Allow text break in labels to avoid horizontal scrolling (#6366)
This commit is contained in:
parent
2eff7523c3
commit
d0f97e85d2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user