mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-05 09:11:38 -05:00
Add word-wrap: break-word for README pre.
This commit is contained in:
parent
050d773f38
commit
bd40787766
1 changed files with 1 additions and 0 deletions
|
@ -52,4 +52,5 @@
|
||||||
.readme-body pre {
|
.readme-body pre {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue