Fix discount type alignment in voucher detail page (#3512)
This commit is contained in:
parent
180e3c56e6
commit
d9099b4022
1 changed files with 3 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue