fix overflowing text
This commit is contained in:
parent
fd397402a7
commit
a5e9fdbee9
1 changed files with 5 additions and 0 deletions
|
@ -353,6 +353,11 @@ blockquote {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
blockquote code {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
|
||||
section ul,
|
||||
section ol,
|
||||
article ol,
|
||||
|
|
Loading…
Reference in a new issue