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