From d91f7dc3eb2e64b839b1b176e7ee47025a1f1470 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 12 Jun 2025 07:32:22 +0800 Subject: [PATCH 1/2] fix --- web_src/css/markup/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/markup/content.css b/web_src/css/markup/content.css index b983855630432..8f92a517493c1 100644 --- a/web_src/css/markup/content.css +++ b/web_src/css/markup/content.css @@ -2,7 +2,7 @@ overflow: hidden; font-size: 16px; line-height: 1.5 !important; - overflow-wrap: anywhere; + overflow-wrap: break-word; } .markup > *:first-child { From 5b008eb2f21142b094f446a0cfc0eb5038d5c926 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 12 Jun 2025 08:14:21 +0800 Subject: [PATCH 2/2] fix repo file view bug --- web_src/css/repo/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/repo/home.css b/web_src/css/repo/home.css index 61b0a1f9626cf..ee371f1b1c982 100644 --- a/web_src/css/repo/home.css +++ b/web_src/css/repo/home.css @@ -67,6 +67,7 @@ .repo-view-content { flex: 1; + min-width: 0; } .language-stats {