fix: added flex shrink to message reply

pull/1049/head
trashtemp 2022-01-21 09:46:11 +01:00
parent bb300d8848
commit adbc6485e9
1 changed files with 1 additions and 0 deletions

View File

@ -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);