Skip to content

Commit

Permalink
Fix list layout breaking when there are more than 3 filters
Browse files Browse the repository at this point in the history
Closes #485
  • Loading branch information
fzaninotto committed Mar 20, 2017
1 parent e5fc84b commit 54e064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mui/list/FilterForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import compose from 'recompose/compose';
import translate from '../../i18n/translate';

const styles = {
card: { float: 'right', marginTop: '-14px', paddingTop: 0, display: 'flex', alignItems: 'flex-end' },
card: { marginTop: '-14px', paddingTop: 0, display: 'flex', justifyContent: 'flex-end', alignItems: 'flex-end', flexWrap: 'wrap' },
body: { display: 'inline-block', display: 'flex', alignItems: 'flex-end' },
spacer: { width: 48 },
icon: { color: '#00bcd4', maddingBottom: 0 },
Expand Down

0 comments on commit 54e064e

Please sign in to comment.