CEC-231 Bulk car selection control (#38)
* Bulk car selection control * Tweak control alignment
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user