diff --git a/labextension/src/components/DeployButton.tsx b/labextension/src/components/DeployButton.tsx index 6b839ba4..41353fa5 100644 --- a/labextension/src/components/DeployButton.tsx +++ b/labextension/src/components/DeployButton.tsx @@ -37,7 +37,8 @@ const StyledButtonGroup = styled(ButtonGroup)({ }); const MainButton = styled(Button)({ - width: '100%' + width: '100%', + whiteSpace: 'nowrap' }); const DropdownButton = styled(Button)({ @@ -102,7 +103,7 @@ export const SplitDeployButton: React.FunctionComponent<
- +