fix:remove line break (#1986)

This commit is contained in:
Alfred Louis
2023-10-12 22:40:56 +07:00
committed by GitHub
parent 3b9ceade76
commit 09fd5b6454

View File

@ -30,6 +30,7 @@ const StyledCommandText = styled.div`
padding-left: ${({ theme }) => theme.spacing(2)};
padding-right: ${({ theme }) => theme.spacing(2)};
white-space: nowrap;
`;
const StyledMenuItemCommandContainer = styled(Command.Item)`