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; }