Skip to content

Commit

Permalink
[TextField] Fix label notch for custom htmlFontSize (mui#19409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kusmierz authored and EsoterikStare committed Feb 13, 2020
1 parent 2e8fcf9 commit 3d56707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/OutlinedInput/NotchedOutline.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const styles = theme => {
textAlign: 'left',
padding: 0,
height: 11, // sync with `lineHeight` in `legend` styles
fontSize: '0.75rem',
fontSize: '0.75em',
visibility: 'hidden',
maxWidth: 0.01,
transition: theme.transitions.create('max-width', {
Expand Down

0 comments on commit 3d56707

Please sign in to comment.