CEC-231 Bulk car selection control (#38)

* Bulk car selection control

* Tweak control alignment
This commit is contained in:
John Wu
2021-05-07 15:27:14 -07:00
committed by GitHub
parent dc30ee259a
commit fe6739a736
15 changed files with 743 additions and 494 deletions

View File

@@ -39,6 +39,15 @@ const useStyles = makeStyles((theme) => ({
width: "100%",
minWidth: 120,
},
formControlInline: {
margin: theme.spacing(2, 2, 1, 0),
minWidth: 120,
},
labelInline: {
fontSize: "1.25em",
margin: theme.spacing(4, 2, 2, 0),
display: "inline-flex",
},
chips: {
display: "flex",
flexWrap: "wrap",