mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-08-01 10:56: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-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
word-break: break-word;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-notification-warning .notification-content {
|
.chat-notification-warning .notification-content {
|
||||||
@ -2503,9 +2505,6 @@ watch(
|
|||||||
.chat-notification-error .notification-content {
|
.chat-notification-error .notification-content {
|
||||||
background: rgba(255, 82, 82, 0.12);
|
background: rgba(255, 82, 82, 0.12);
|
||||||
border-color: rgba(255, 82, 82, 0.4);
|
border-color: rgba(255, 82, 82, 0.4);
|
||||||
}
|
|
||||||
|
|
||||||
.chat-notification-error .notification-content {
|
|
||||||
color: #ffcccc;
|
color: #ffcccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user