Skip to content

Commit

Permalink
Update InputLabel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritorna authored Jun 7, 2019
1 parent 1df58a4 commit 4a5fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/InputLabel/InputLabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const styles = theme => ({
pointerEvents: 'none',
transform: 'translate(14px, 20px) scale(1)',
'&$marginDense': {
transform: 'translate(14px, 10px) scale(1)',
transform: 'translate(14px, 11px) scale(1)',
},
'&$shrink': {
transform: 'translate(14px, -6px) scale(0.75)',
Expand Down

0 comments on commit 4a5fa6f

Please sign in to comment.