removing unnecessary margin for 50% fields (#21167)

This commit is contained in:
Paulo Eduardo da Silva 2022-08-25 00:48:31 -03:00 committed by GitHub
parent 74e40c2de1
commit 93557e3a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,6 @@ export const formStyles = (theme: SupersetTheme) => css`
width: ${`calc(50% - ${theme.gridUnit * 4}px)`};
& + .form-group-w-50 {
margin-left: ${theme.gridUnit * 8}px;
margin-bottom: ${theme.gridUnit * 10}px;
}
}
}