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