From d796015f0d62fc290499b6c404fe30a2619036ba Mon Sep 17 00:00:00 2001 From: laansdole Date: Sun, 15 Mar 2026 11:57:55 +0700 Subject: [PATCH] fix: text overflow the panel --- frontend/src/pages/LaunchView.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/LaunchView.vue b/frontend/src/pages/LaunchView.vue index f0cc8676..4924ad25 100755 --- a/frontend/src/pages/LaunchView.vue +++ b/frontend/src/pages/LaunchView.vue @@ -2489,6 +2489,8 @@ watch( font-size: 13px; font-weight: 500; text-align: center; + word-break: break-word; + overflow-wrap: anywhere; } .chat-notification-warning .notification-content { @@ -2503,9 +2505,6 @@ watch( .chat-notification-error .notification-content { background: rgba(255, 82, 82, 0.12); border-color: rgba(255, 82, 82, 0.4); -} - -.chat-notification-error .notification-content { color: #ffcccc; }