From 962348fa26c2c3a41acbb9f3c443e96ca6f47dee Mon Sep 17 00:00:00 2001 From: TM0088 <73647362+TM0088@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:40:07 +0800 Subject: [PATCH] Add text wrap to [markdown code block] css styles --- styles/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/main.css b/styles/main.css index 367a8ca..3202041 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1487,6 +1487,8 @@ button:active { border-radius: 0; font-size: inherit; line-height: inherit; + text-wrap-mode: wrap; + overflow-wrap: anywhere; } /* 代码语言标签 */ @@ -2534,4 +2536,4 @@ button.loading .button-spinner { .markdown-section h3 { font-size: 1.1rem; } -} \ No newline at end of file +}