1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Inline code rendering does not preserve multiple spaces (#43612).

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24220 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-12-19 01:35:13 +00:00
parent e31e2a19e9
commit af3a49b59d

View File

@ -1613,6 +1613,7 @@ div.wiki *:not(pre)>code, div.wiki>code {
background: rgba(var(--oc-gray-9-rgb), 0.08);
padding: 0.1em 0.1em;
border-radius: 0.1em;
white-space: pre-wrap;
}
div.pre-wrapper a.copy-pre-content-link {