Fix autogrow input whitespace bug (#10388)
Also fixed chip alignment. Before: https://github.com/user-attachments/assets/7bfe7c73-676a-4dee-b5df-fed15b663267 After: https://github.com/user-attachments/assets/9060b3cc-051b-41f7-8149-418ed1c223cb
This commit is contained in:
@ -10,6 +10,7 @@ type AutogrowWrapperProps = {
|
||||
const StyledNodeWrapper = styled.span`
|
||||
pointer-events: none;
|
||||
visibility: hidden;
|
||||
white-space: pre;
|
||||
`;
|
||||
|
||||
const StyledContainer = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user