Skip to content

Commit

Permalink
Merge pull request #488 from marmelab/fix_filter_layout
Browse files Browse the repository at this point in the history
[RFR] Fix list layout breaking when there are more than 3 filters
  • Loading branch information
djhi authored Mar 21, 2017
2 parents e5fc84b + 54e064e commit b278800
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 b278800

Please sign in to comment.