From 6023fd809f0b7ebc61fe590a43c3df0bbe6f7af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Fuch=C3=9F?= Date: Fri, 2 Jan 2026 23:48:18 +0100 Subject: [PATCH] Fix bib / code layout bug (#3387) Resolve #3370 Resolve #3380 Based on the [comment](https://github.com/alshedivat/al-folio/issues/3370#issuecomment-3565962058) of @MarkusThill, I created a bugfix that solved the issue on my website. Hope that fixes it in general; thus the PR :) However, I'm not an expert for scss .. so handle with care :) --- _sass/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index 189f2f7..77175ff 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -926,6 +926,7 @@ pre { border-radius: 0; margin-bottom: 0; padding: 0; + white-space: inherit; } }