From 710bc7006993c88729a88aaa38fbcbc47d0ce8d5 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Sat, 14 Sep 2024 14:54:24 +0100 Subject: [PATCH] Prevent wrap on inline-code --- main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.css b/main.css index 42e6c1d..c36c2c0 100644 --- a/main.css +++ b/main.css @@ -40,7 +40,8 @@ white-space:pre-wrap;overflow-x:auto; border:1px solid #DDD;border-radius:6px} code{ background:#EEE;padding:.2rem; -border:1px solid #DDD;border-radius:6px} +border:1px solid #DDD;border-radius:6px; +white-space:pre} pre code{border:none} blockquote{ margin:0 .2rem;