Fix docblock short code missing end whitespaces
This commit is contained in:
parent
4a2a5f0780
commit
6d7ef10b46
1 changed files with 3 additions and 0 deletions
|
@ -405,6 +405,9 @@ nav.sub {
|
|||
text-overflow: ellipsis;
|
||||
margin: 0;
|
||||
}
|
||||
.docblock-short code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 {
|
||||
border-bottom: 1px solid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue