mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 19:44:45 +08:00
FIX/Adapt message box to handle long text in frontend (#466)
* fix:ui * fix:ui bug --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
@@ -304,3 +304,12 @@ span[style] > strong {
|
||||
mark[style] > strong {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.prose ol, .prose ul {
|
||||
margin-left: 1.2em;
|
||||
color: #b0b0b0;
|
||||
font-size: 0.98em;
|
||||
}
|
||||
.prose ol > li::marker, .prose ul > li::marker {
|
||||
color: #b0b0b0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user