From 8cc711c85d1d10a9a2256a1d681a363abf8b29f6 Mon Sep 17 00:00:00 2001 From: Krzysztof Bialoglowicz Date: Tue, 3 Sep 2019 12:24:02 +0200 Subject: [PATCH] Fix filter save buttom padding --- src/components/TableFilter/FilterChips.tsx | 3 +++ 1 file changed, 3 insertions(+) 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,