Skip to content

Commit

Permalink
Update NotchedOutline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 13, 2020
1 parent c9afe78 commit cfbf20d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/material-ui/src/OutlinedInput/NotchedOutline.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export const styles = (theme) => {
top: -5,
left: 0,
margin: 0,
padding: 0,
paddingLeft: 8,
padding: '0 8px',
pointerEvents: 'none',
borderRadius: 'inherit',
borderStyle: 'solid',
borderWidth: 1,
overflow: 'hidden',
},
/* Styles applied to the legend element when `labelWidth` is provided. */
legend: {
Expand Down Expand Up @@ -50,7 +50,6 @@ export const styles = (theme) => {
paddingLeft: 5,
paddingRight: 5,
display: 'inline-block',
whiteSpace: 'nowrap',
},
},
/* Styles applied to the legend element is notched. */
Expand Down

0 comments on commit cfbf20d

Please sign in to comment.