From f4eb8e9c130016595a3a3518fb7e772a39119688 Mon Sep 17 00:00:00 2001 From: Richard Dern Date: Tue, 27 May 2025 18:43:34 +0200 Subject: [PATCH] Fixed long code not scrolling --- themes/default/assets/css/typography.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/assets/css/typography.css b/themes/default/assets/css/typography.css index 28641a7c..2aa9457e 100644 --- a/themes/default/assets/css/typography.css +++ b/themes/default/assets/css/typography.css @@ -343,6 +343,11 @@ article aside { vertical-align: middle; } + pre { + overflow: scroll; + padding: 1em 0; + } + ul, ol { margin-block: 1em;