From: Dan Allen Date: Sun, 19 Sep 2021 08:40:33 +0000 (-0600) Subject: increase specificity for nowrap role X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b4d7c2f578c3687aa39cb347327b31bfc3de3f4b;p=working%2Feg-antora.git increase specificity for nowrap role - ignore nowrap on pre element --- diff --git a/src/css/doc.css b/src/css/doc.css index ebf288f..fdfd5d2 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -933,7 +933,7 @@ line-height: calc(1 / 1.1); } -.doc .nowrap { +.doc :not(pre).nowrap { white-space: nowrap; }