From: Mischa POSLAWSKY Date: Sun, 2 Apr 2017 17:06:51 +0000 (+0200) Subject: latin: prevent line wrapping of code39 bars X-Git-Tag: v1.10~254 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a8ce474d15b7d6013a60760eed50e5fa16983d24?ds=sidebyside latin: prevent line wrapping of code39 bars Keep single line even if a font gives very wide characters. --- diff --git a/latin.plp b/latin.plp index d51b91b..6de3fa5 100644 --- 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;