forked from abner/for-legacy-web
Fix: Textarea AutoSize did not resize correctly with long lines.
This commit is contained in:
@@ -151,7 +151,7 @@ export const MessageContent = styled.div`
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
// overflow: hidden;
|
||||
font-size: 0.875rem;
|
||||
font-size: var(--text-size);
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user