Skip to content

Commit

Permalink
[TextField] Handle leaky global styles of Bootstrap (#19495)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadrimiranda authored Feb 1, 2020
1 parent 2bec1ce commit 002f07f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/OutlinedInput/NotchedOutline.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const styles = theme => {
/* Styles applied to the legend element. */
legendLabelled: {
display: 'block',
width: 'auto',
textAlign: 'left',
padding: 0,
height: 11, // sync with `lineHeight` in `legend` styles
Expand Down

0 comments on commit 002f07f

Please sign in to comment.