Skip to content

Commit d291979

Browse files
authored
Merge pull request #22167 from Arhell/fix-page
fix table content
2 parents 8265210 + 9626db5 commit d291979

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/scss/_custom.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@ footer {
256256
}
257257
}
258258

259+
main {
260+
.td-content table code,
261+
.td-content>table td {
262+
word-break: break-word;
263+
}
264+
}
265+
266+
259267
// blockquotes and callouts
260268

261269
blockquote {

0 commit comments

Comments
 (0)