fix table content
This commit is contained in:
parent
aba90c6239
commit
9626db5121
|
@ -264,6 +264,14 @@ footer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
.td-content table code,
|
||||||
|
.td-content>table td {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// blockquotes and callouts
|
// blockquotes and callouts
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in New Issue