CEC-252, CEC-253 Remove modal status popup, new car selection control (#45)
* Create multiselect car table control Remove table overflow containers * Include trim to add car form * CEC-252 Replace modal status with link to car details page * Remove send command from car status page Fix menu key warning
This commit is contained in:
@@ -45,10 +45,10 @@ const useStyles = makeStyles((theme) => ({
|
||||
},
|
||||
labelInline: {
|
||||
fontSize: "1.25em",
|
||||
margin: theme.spacing(2, 0, 1),
|
||||
margin: theme.spacing(2, 1, 1),
|
||||
display: "inline-flex",
|
||||
boxSizing: "border-box",
|
||||
position: "relative",
|
||||
verticalAlign: "bottom",
|
||||
},
|
||||
chips: {
|
||||
display: "flex",
|
||||
@@ -152,6 +152,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
width: "25ch",
|
||||
},
|
||||
tableToolbar: {
|
||||
display: "flex",
|
||||
textAlign: "left",
|
||||
paddingLeft: theme.spacing(2),
|
||||
paddingRight: theme.spacing(1),
|
||||
@@ -162,6 +163,9 @@ const useStyles = makeStyles((theme) => ({
|
||||
width: 60,
|
||||
margin: "auto",
|
||||
},
|
||||
grow: {
|
||||
flexGrow: 1,
|
||||
},
|
||||
}));
|
||||
|
||||
export default useStyles;
|
||||
|
||||
Reference in New Issue
Block a user