mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-07 03:48:44 +08:00
fix: adjust width of messageItemSectionLeft to fit-content (#16488)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
display: inline-block;
|
||||
}
|
||||
.messageItemSectionLeft {
|
||||
width: 80%;
|
||||
width: fit-content;
|
||||
}
|
||||
.messageItemContent {
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user