From f3c3145c08e8526597e96d089a25d052b5a30bc8 Mon Sep 17 00:00:00 2001 From: Wartana Date: Sat, 28 Feb 2026 22:22:52 +0800 Subject: [PATCH] fix: label preview text wrapping --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 7666e78..1244283 100644 --- a/index.css +++ b/index.css @@ -270,6 +270,7 @@ select:focus { padding: 10px; background-color: white; border: 1px solid #eee; + word-break: break-all; } .preview-name {