From: Dan Allen Date: Wed, 17 Jul 2019 07:01:18 +0000 (-0600) Subject: apply hyphens more carefully X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=09d798c9cbee5d1960fb9787277d5091856b2cbe;p=working%2Feg-antora.git apply hyphens more carefully - apply to thead instead of entire table - don't apply to AsciiDoc table cell --- diff --git a/src/css/doc.css b/src/css/doc.css index ab604dc..967a6f6 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -99,8 +99,8 @@ } .doc p, -.doc .tableblock, -.doc .content { +.doc :not(td) > .content, +.doc .tableblock thead { hyphens: auto; }