mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 11:18:06 +00:00
fix: text overflow the panel
This commit is contained in:
parent
5525813676
commit
d796015f0d
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user