fix: message content not occupying full width

This commit is contained in:
kangfenmao 2024-07-10 16:28:07 +08:00
parent 4a116da753
commit 5c2de28ba0

View File

@ -94,6 +94,7 @@ const AvatarWrapper = styled.div`
const MessageContent = styled.div` const MessageContent = styled.div`
display: flex; display: flex;
flex: 1;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
.menubar { .menubar {