fix link wrapping
This commit is contained in:
parent
7c8eae27f5
commit
8ee6de611d
16 changed files with 7 additions and 1 deletions
8
docs/css/main.css
Normal file → Executable file
8
docs/css/main.css
Normal file → Executable file
|
@ -167,4 +167,10 @@ pre {
|
|||
.form-button, .form-heading, .form-message {
|
||||
grid-column: span 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
width: var(--elem-width);
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue