latin: prevent line wrapping of code39 bars
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 2 Apr 2017 17:06:51 +0000 (19:06 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Apr 2017 18:44:10 +0000 (20:44 +0200)
Keep single line even if a font gives very wide characters.

latin.plp

index d51b91bf0e595cd602d3394c6ca0b900cd384c9d..6de3fa5ce9e5eccf12a1686e2af2a4807cf51ec6 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -30,6 +30,9 @@ Html({
                stroke-linecap: round;
                stroke-linejoin: round;
        }
+       #code-39 {
+               white-space: nowrap;
+       }
 
        svg path:not([fill]) {
                stroke: currentColor;