We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bbe1f commit fc6f306Copy full SHA for fc6f306
packages/material-ui/src/OutlinedInput/NotchedOutline.js
@@ -46,9 +46,10 @@ export const styles = theme => {
46
duration: 50,
47
easing: theme.transitions.easing.easeOut,
48
}),
49
- '& span': {
+ '& > span': {
50
paddingLeft: 5,
51
paddingRight: 5,
52
+ display: 'inline-block',
53
},
54
55
/* Styles applied to the legend element is notched. */
0 commit comments