Skip to content

Commit 9626db5

Browse files
committed
fix table content
1 parent aba90c6 commit 9626db5

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
@@ -264,6 +264,14 @@ footer {
264264
}
265265
}
266266

267+
main {
268+
.td-content table code,
269+
.td-content>table td {
270+
word-break: break-word;
271+
}
272+
}
273+
274+
267275
// blockquotes and callouts
268276

269277
blockquote {

0 commit comments

Comments
 (0)