mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 17:26:05 +01:00
UI: Allow text break in labels to avoid horizontal scrolling (#6366)
This commit is contained in:
parent
2eff7523c3
commit
d0f97e85d2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue