docs: allow long inline code to wrap to prevent overflow on mobile

(cherry picked from commit f9d4dce604)
This commit is contained in:
Rito Rhymes
2026-03-11 23:36:42 -04:00
committed by Luca Boccassi
parent ea5aad4518
commit 45d9ecaa55

View File

@@ -568,6 +568,7 @@ tbody td {
code.highlighter-rouge {
padding: 2px 6px;
background-color: var(--sd-highlight-inline-bg);
overflow-wrap: anywhere;
}
a code.highlighter-rouge {