fix margin

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Emma Indal
2021-05-24 09:21:29 +02:00
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] || ''}