mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
fix: flex shrink
This commit is contained in:
parent
0de078a794
commit
ad40197df9
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,7 @@ const Base = styled.div`
|
||||||
.replyto {
|
.replyto {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -87,6 +88,7 @@ const Base = styled.div`
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
|
|
Loading…
Reference in a new issue