Skip to content

Commit

Permalink
Fix blur label text issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov authored Feb 3, 2020
1 parent 62e439b commit 56b4f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const styles = {
padding: 0,
margin: 0,
border: 0,
zIndex: 0, // Fix blur label text issue
verticalAlign: 'top', // Fix alignment issue on Safari.
},
/* Styles applied to the root element if `margin="normal"`. */
Expand Down

0 comments on commit 56b4f2b

Please sign in to comment.