fix: flex shrink

pull/1049/head
trashtemp 2022-01-21 00:04:44 +01:00
parent 69268726d5
commit c30d8b2873
1 changed files with 2 additions and 0 deletions

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 {