diff --git a/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx b/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx index 84d8ca11d0f5d..dac4858e4adb9 100644 --- a/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx +++ b/superset-frontend/src/features/rls/RowLevelSecurityModal.tsx @@ -39,10 +39,14 @@ import { FilterType, RLSObject, RoleObject, TableObject } from './types'; const StyledModal = styled(Modal)` max-width: 1200px; + min-width: min-content; width: 100%; .ant-modal-body { overflow: initial; } + .ant-modal-footer { + white-space: nowrap; + } `; const StyledIcon = (theme: SupersetTheme) => css` margin: auto ${theme.gridUnit * 2}px auto 0;