mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-26 03:31:24 +08:00
fix: message content not occupying full width
This commit is contained in:
parent
c432ff41e0
commit
c3f345da61
@ -94,6 +94,7 @@ const AvatarWrapper = styled.div`
|
||||
|
||||
const MessageContent = styled.div`
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
.menubar {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user