From c0cd456069df724213ce5f24318f4e9a4d5e28f6 Mon Sep 17 00:00:00 2001 From: Martin Emde Date: Thu, 30 May 2024 10:07:37 -0700 Subject: [PATCH] Code pre blocks look strange when spaces are not the same size as the letters --- stylesheets/application.css | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 3643d065..eaa2a9f2 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -351,7 +351,6 @@ a.t-list__item { word-break: normal; } .t-body code { font-weight: bold; - word-spacing: -0.3em; font-family: "courier", monospace; } .t-body ul, .t-body ol { margin-top: 18px; }