Skip to content

Commit 4a730d0

Browse files
committed
WIP: PR comments
1 parent 1e7ba02 commit 4a730d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/main/src/components/FilterBar/FilterBar.jss.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const styles = ({ theme, contentDensity, parameters }: JSSTheme) => {
3333
},
3434
filterAreaClosed: {
3535
maxHeight: '0',
36-
opacity: 0
36+
opacity: 0,
37+
padding: 0
3738
},
3839
filterAreaOpen: {
3940
maxHeight: '500px',

0 commit comments

Comments
 (0)