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",
|
flexDirection: "row",
|
||||||
},
|
},
|
||||||
radioLabel: {
|
radioLabel: {
|
||||||
alignItems: "start",
|
|
||||||
marginBottom: theme.spacing(-0.5),
|
marginBottom: theme.spacing(-0.5),
|
||||||
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
},
|
},
|
||||||
radioLabelInline: {
|
radioLabelInline: {
|
||||||
alignItems: "start",
|
alignItems: "start",
|
||||||
marginRight: theme.spacing(4),
|
marginRight: theme.spacing(4),
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
marginTop: theme.spacing(1.5),
|
marginTop: theme.spacing(0.2),
|
||||||
},
|
},
|
||||||
root: {
|
root: {
|
||||||
"& $radioLabel": {
|
"& $radioLabel": {
|
||||||
|
|
Loading…
Reference in a new issue