fix: added flex shrink to message reply
parent
bb300d8848
commit
adbc6485e9
|
|
@ -40,6 +40,7 @@ export const ReplyBase = styled.div<{
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: "";
|
content: "";
|
||||||
|
flex-shrink: 0;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-inline-start: 2px solid var(--message-box);
|
border-inline-start: 2px solid var(--message-box);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue