Skip to content

Commit

Permalink
keep chip change for another pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 3, 2019
1 parent 9e94bcc commit eca3d90
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,12 @@ export const styles = theme => ({
tag: {
margin: 3,
maxWidth: 'calc(100% - 6px)',
'&:last-child': {
marginRight: 5,
maxWidth: 'calc(100% - 8px)',
},
},
/* Styles applied to the tag elements, e.g. the chips if `size="small"`. */
tagSizeSmall: {
margin: 2,
maxWidth: 'calc(100% - 4px)',
},
/* Styles applied to the label of the tag elements, e.g. the chip's label. */
tagLabel: {
display: 'block',
overflow: 'hidden',
textOverflow: 'ellipsis',
},
/* Styles applied to the Input element. */
inputRoot: {
flexWrap: 'wrap',
Expand Down Expand Up @@ -311,7 +301,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
className: clsx(classes.tag, {
[classes.tagSizeSmall]: size === 'small',
}),
classes: { label: classes.tagLabel },
...getTagProps(params),
});

Expand Down

0 comments on commit eca3d90

Please sign in to comment.