apply hyphens more carefully
authorDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 07:01:18 +0000 (01:01 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 17 Jul 2019 07:01:18 +0000 (01:01 -0600)
- apply to thead instead of entire table
- don't apply to AsciiDoc table cell

src/css/doc.css

index ab604dc..967a6f6 100644 (file)
@@ -99,8 +99,8 @@
 }
 
 .doc p,
-.doc .tableblock,
-.doc .content {
+.doc :not(td) > .content,
+.doc .tableblock thead {
   hyphens: auto;
 }