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)`