Align label to dropdown (#2822)
This commit is contained in:
parent
eb01b84412
commit
b17f6e735b
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ export const useStyles = makeStyles(
|
|||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: theme.spacing(2),
|
||||
"&>:first-child": {
|
||||
paddingTop: "2rem",
|
||||
},
|
||||
},
|
||||
singleSelectField: {
|
||||
width: "275px",
|
||||
|
|
Loading…
Reference in a new issue