Skip to content

Commit 96e7d83

Browse files
committed
restore global word-wrap setting on AsciiDoc table cells
1 parent 1f1e447 commit 96e7d83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,10 @@
284284
margin-top: 0.5rem;
285285
}
286286

287+
.doc td.tableblock > .content {
288+
word-wrap: anywhere; /* aka overflow-wrap; used when hyphens are disabled or aren't sufficient */
289+
}
290+
287291
.doc td.tableblock > .content > :first-child {
288292
margin-top: 0;
289293
}

0 commit comments

Comments
 (0)