diff --git a/src/components/TableFilter/FilterChips.tsx b/src/components/TableFilter/FilterChips.tsx index e6b658170..fe11eacb7 100644 --- a/src/components/TableFilter/FilterChips.tsx +++ b/src/components/TableFilter/FilterChips.tsx @@ -65,6 +65,9 @@ const useStyles = makeStyles( flexWrap: "wrap" }, filterContainer: { + "& a": { + paddingBottom: 10 + }, borderBottom: "1px solid #e8e8e8", display: "flex", marginTop: theme.spacing.unit,