From 09fd5b64546506b7b5f83bb2d4059814ad309dbf Mon Sep 17 00:00:00 2001 From: Alfred Louis Date: Thu, 12 Oct 2023 22:40:56 +0700 Subject: [PATCH] fix:remove line break (#1986) --- front/src/modules/ui/menu-item/components/MenuItemCommand.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/modules/ui/menu-item/components/MenuItemCommand.tsx b/front/src/modules/ui/menu-item/components/MenuItemCommand.tsx index c89b86fa5..81183ce44 100644 --- a/front/src/modules/ui/menu-item/components/MenuItemCommand.tsx +++ b/front/src/modules/ui/menu-item/components/MenuItemCommand.tsx @@ -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)`