From 4f336de805f498cb5cd0efa86a8e2f49a9e52146 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 28 Feb 2026 22:50:44 +0900 Subject: [PATCH] fix css profile url --- src/web/styles/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/web/styles/main.css b/src/web/styles/main.css index 4431766..c731853 100644 --- a/src/web/styles/main.css +++ b/src/web/styles/main.css @@ -415,6 +415,9 @@ body { .profile-info { flex: 1; + min-width: 0; + overflow-wrap: break-word; + word-break: break-word; } .profile-name { @@ -442,6 +445,8 @@ body { .profile-desc { font-size: 14px; color: #444; + overflow-wrap: break-word; + word-break: break-word; } /* Services */