fix: 修复气泡消息挤在同一行的问题,改为 block + fit-content
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
.msg-line[class*="msg-bubble--"] {
|
.msg-line[class*="msg-bubble--"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
display: inline-block;
|
display: block;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user