diff --git a/packages/material-ui/src/InputLabel/InputLabel.js b/packages/material-ui/src/InputLabel/InputLabel.js index 3b79593d5e0cb8..f0836579d1371b 100644 --- a/packages/material-ui/src/InputLabel/InputLabel.js +++ b/packages/material-ui/src/InputLabel/InputLabel.js @@ -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)',