mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-30 04:32:01 +02:00
Added line wrapping for text in code examples to make it readable on normal sized screens (#688)
This commit is contained in:
parent
f44bd55b4b
commit
e5b4c54348
@ -141,3 +141,9 @@ video {
|
||||
.text-wrap {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.q-card {
|
||||
code {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user