Skip to content

Commit

Permalink
chore: better styling alerts/reports modal
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Jun 29, 2023
1 parent 5c4324f commit a300aaf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions superset-frontend/src/features/alerts/AlertReportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,15 @@ export const StyledInputContainer = styled.div`
flex: 1;
margin-top: 0;
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type='number'] {
-moz-appearance: textfield;
}
.helper {
display: block;
color: ${({ theme }) => theme.colors.grayscale.base};
Expand Down Expand Up @@ -332,8 +341,7 @@ const StyledRadioGroup = styled(Radio.Group)`
`;

const StyledCheckbox = styled(AntdCheckbox)`
margin-left: ${({ theme }) => theme.gridUnit * 5.5}px;
margin-top: ${({ theme }) => theme.gridUnit}px;
margin-top: ${({ theme }) => theme.gridUnit * 2}px;
`;

// Notification Method components
Expand Down

0 comments on commit a300aaf

Please sign in to comment.