Skip to content

Commit a6d0e6f

Browse files
fix(RLS): Fix Info Tooltip + Button Alignment on RLS Modal (apache#25400)
1 parent d1ba4dc commit a6d0e6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset-frontend/src/features/rls/RowLevelSecurityModal.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ import { FilterType, RLSObject, RoleObject, TableObject } from './types';
3939

4040
const StyledModal = styled(Modal)`
4141
max-width: 1200px;
42+
min-width: min-content;
4243
width: 100%;
4344
.ant-modal-body {
4445
overflow: initial;
4546
}
47+
.ant-modal-footer {
48+
white-space: nowrap;
49+
}
4650
`;
4751
const StyledIcon = (theme: SupersetTheme) => css`
4852
margin: auto ${theme.gridUnit * 2}px auto 0;

0 commit comments

Comments
 (0)