fix: inline code block overflow

This commit is contained in:
Rainer
2026-02-16 19:30:42 +08:00
parent a20f351703
commit 7ff70f237e

View File

@@ -399,6 +399,11 @@ def generate_card_html(content: str, theme: str, page_number: int = 1,
{theme_css}
.card-content :not(pre) > code {{
overflow-wrap: anywhere;
word-break: break-word;
}}
.page-number {{
position: absolute;
bottom: 80px;