From a8ce474d15b7d6013a60760eed50e5fa16983d24 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 2 Apr 2017 19:06:51 +0200 Subject: [PATCH] latin: prevent line wrapping of code39 bars Keep single line even if a font gives very wide characters. --- latin.plp | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.30.0