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 :)
This commit is contained in:
Dominik Fuchß 2026-01-02 23:48:18 +01:00 committed by GitHub
parent 4589f3ce07
commit 6023fd809f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -926,6 +926,7 @@ pre {
border-radius: 0; border-radius: 0;
margin-bottom: 0; margin-bottom: 0;
padding: 0; padding: 0;
white-space: inherit;
} }
} }