fix: adjust width of messageItemSectionLeft to fit-content (#16488)

This commit is contained in:
chanx
2026-06-30 15:37:22 +08:00
committed by GitHub
parent 2018eec0dc
commit 9542e6d530

View File

@@ -4,7 +4,7 @@
display: inline-block;
}
.messageItemSectionLeft {
width: 80%;
width: fit-content;
}
.messageItemContent {
display: inline-flex;