increase specificity for nowrap role
authorDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:40:33 +0000 (02:40 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 08:40:33 +0000 (02:40 -0600)
- ignore nowrap on pre element

src/css/doc.css

index ebf288f..fdfd5d2 100644 (file)
   line-height: calc(1 / 1.1);
 }
 
-.doc .nowrap {
+.doc :not(pre).nowrap {
   white-space: nowrap;
 }