From 6200f20ad733db0f13be5dc766249c3c1f500937 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 6 Aug 2021 14:42:33 +0200 Subject: [PATCH] perl: prevent word wrap in code snippets --- base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/base.css b/base.css index 30d8bc4..d728a39 100644 --- a/base.css +++ b/base.css @@ -115,6 +115,9 @@ body > pre { border-style: solid; white-space: pre; } +code { + white-space: nowrap; +} h1 small, h2 small { -- 2.30.0