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 fd2811b commit 47e1c65Copy full SHA for 47e1c65
src/material-experimental/mdc-form-field/form-field.scss
@@ -128,12 +128,12 @@
128
// shaped artifact where it meets the top and bottom borders.)
129
.mat-mdc-form-field .mdc-notched-outline__notch {
130
margin-left: -1px;
131
- @include mat.private-clip-path(inset(-9em -9em -9em 1px));
+ @include mat.private-clip-path(inset(-9em -999em -9em 1px));
132
133
[dir='rtl'] & {
134
margin-left: 0;
135
margin-right: -1px;
136
- @include mat.private-clip-path(inset(-9em 1px -9em -9em));
+ @include mat.private-clip-path(inset(-9em 1px -9em -999em));
137
}
138
139
0 commit comments