fix: message content not occupying full width
This commit is contained in:
parent
4a116da753
commit
5c2de28ba0
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user