From 09d798c9cbee5d1960fb9787277d5091856b2cbe Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 17 Jul 2019 01:01:18 -0600 Subject: [PATCH] apply hyphens more carefully - apply to thead instead of entire table - don't apply to AsciiDoc table cell --- src/css/doc.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.11.0