fix: text overflow the panel

This commit is contained in:
laansdole 2026-03-15 11:57:55 +07:00
parent 5525813676
commit d796015f0d

View File

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