Fix discount type alignment in voucher detail page (#3512)

This commit is contained in:
Osama Hannan 2023-05-04 14:54:52 +05:30 committed by GitHub
parent 180e3c56e6
commit d9099b4022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,15 +15,16 @@ export const useStyles = makeStyles(
flexDirection: "row",
},
radioLabel: {
alignItems: "start",
marginBottom: theme.spacing(-0.5),
display: "flex",
alignItems: "center",
},
radioLabelInline: {
alignItems: "start",
marginRight: theme.spacing(4),
},
label: {
marginTop: theme.spacing(1.5),
marginTop: theme.spacing(0.2),
},
root: {
"& $radioLabel": {