Skip to content

Commit

Permalink
fix(RLS): Fix Info Tooltip + Button Alignment on RLS Modal (apache#25400
Browse files Browse the repository at this point in the history
)
  • Loading branch information
CorbinBullard committed Oct 10, 2023
1 parent d1ba4dc commit a6d0e6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions superset-frontend/src/features/rls/RowLevelSecurityModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6d0e6f

Please sign in to comment.