fix: flex shrink

This commit is contained in:
trashtemp 2022-01-21 00:04:44 +01:00
parent 0de078a794
commit ad40197df9
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -76,6 +76,7 @@ const Base = styled.div`
.replyto {
align-self: center;
font-weight: 500;
flex-shrink: 0;
}
.content {
@ -87,6 +88,7 @@ const Base = styled.div`
align-items: center;
gap: 6px;
font-weight: 600;
flex-shrink: 0;
}
.message {