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 29d9ace commit 886923aCopy full SHA for 886923a
packages/material-ui/src/OutlinedInput/NotchedOutline.js
@@ -15,12 +15,12 @@ export const styles = (theme) => {
15
top: -5,
16
left: 0,
17
margin: 0,
18
- padding: 0,
19
- paddingLeft: 8,
+ padding: '0 8px',
20
pointerEvents: 'none',
21
borderRadius: 'inherit',
22
borderStyle: 'solid',
23
borderWidth: 1,
+ overflow: 'hidden',
24
},
25
/* Styles applied to the legend element when `labelWidth` is provided. */
26
legend: {
0 commit comments