mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
doc-viewer: always wordwrap code
This commit is contained in:
parent
3da62ec234
commit
c4e2b0f95f
|
@ -385,6 +385,7 @@ html.y textarea:focus {
|
|||
}
|
||||
.mdo pre,
|
||||
.mdo code,
|
||||
.mdo code[class*="language-"],
|
||||
.mdo tt {
|
||||
font-family: 'scp', monospace, monospace;
|
||||
font-family: var(--font-mono), 'scp', monospace, monospace;
|
||||
|
|
Loading…
Reference in a new issue