disable hyphens on monospaced phrases
authorDan Allen <dan@opendevise.com>
Sat, 25 Apr 2020 10:33:26 +0000 (04:33 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 25 Apr 2020 10:33:26 +0000 (04:33 -0600)
src/css/doc.css

index b0bf2c9..c2c1581 100644 (file)
   background: var(--code-background);
   border-radius: 0.25em;
   font-size: 0.95em;
+  hyphens: none;
   padding: 0.125em 0.25em;
 }