Fix: Webcam display of emoji can trigger elements rearrangement (#20573)

This commit is contained in:
André Castro 2024-06-26 13:45:37 -03:00 committed by GitHub
parent 1eb984d527
commit 76c25f0fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ const Dropdown = styled.div<{
`;
const MenuWrapper = styled.div`
max-width: 75%;
max-width: 60%;
`;
const MenuWrapperSqueezed = styled.div`