mirror of
https://github.com/comeonzhj/Auto-Redbook-Skills.git
synced 2026-03-27 12:49:27 +08:00
Merge pull request #12 from RainerSeventeen/fix/inline-code-overflow
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}
|
{theme_css}
|
||||||
|
|
||||||
|
.card-content :not(pre) > code {{
|
||||||
|
overflow-wrap: anywhere;
|
||||||
|
word-break: break-word;
|
||||||
|
}}
|
||||||
|
|
||||||
.page-number {{
|
.page-number {{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 80px;
|
bottom: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user