mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 04:29:28 +08:00
fix: inline code block overflow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user