fix margin
Signed-off-by: Emma Indal <emma.indahl@gmail.com> Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
committed by
Eric Peterson
parent
578028c9a6
commit
cdfa7d69df
@@ -151,7 +151,7 @@ export const SelectFilter = ({ fieldName, values }: ValuedFilterProps) => {
|
||||
return (
|
||||
<CardContent>
|
||||
<FormControl variant="filled" className={classes.select}>
|
||||
<InputLabel>{fieldName}</InputLabel>
|
||||
<InputLabel margin="dense">{fieldName}</InputLabel>
|
||||
<Select
|
||||
variant="outlined"
|
||||
value={filters[fieldName] || ''}
|
||||
|
||||
Reference in New Issue
Block a user