Skip to content

Commit 5a53381

Browse files
author
Philipp Brumm
committed
don't let sidebar shrink
1 parent 551426f commit 5a53381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default class Filters extends React.Component {
7171
} = this.props
7272

7373
return (
74-
<Flex className={style.FilterList} direction='column'>
74+
<Flex className={style.FilterList} direction='column' shrink={0}>
7575

7676
<Filterset
7777
filters={myRepoType}

0 commit comments

Comments
 (0)