File tree 1 file changed +11
-6
lines changed
src/material-experimental/mdc-form-field
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 16
16
17
17
.mat-mdc-form-field-hint-wrapper ,
18
18
.mat-mdc-form-field-error-wrapper {
19
+ position : absolute ;
20
+ top : 0 ;
21
+ left : 0 ;
22
+ right : 0 ;
19
23
padding : 0 mdc-textfield-variables .$padding-horizontal ;
20
24
}
21
25
22
- .mat-mdc-form-field-bottom-align :not ( .mat-mdc-form-field- subscript-dynamic-size) {
26
+ .mat-mdc-form-field-subscript-dynamic-size {
23
27
.mat-mdc-form-field-hint-wrapper ,
24
28
.mat-mdc-form-field-error-wrapper {
25
- position : absolute ;
26
- top : 0 ;
27
- left : 0 ;
28
- right : 0 ;
29
+ position : static ;
29
30
}
30
31
}
31
32
32
- .mat-mdc-form-field-bottom-align :not ( .mat-mdc-form-field-subscript-dynamic-size ) : :before {
33
+ .mat-mdc-form-field-bottom-align ::before {
33
34
content : ' ' ;
34
35
display : inline-block ;
35
36
height : 16px ;
36
37
}
37
38
39
+ .mat-mdc-form-field-bottom-align.mat-mdc-form-field-subscript-dynamic-size ::before {
40
+ content : unset ;
41
+ }
42
+
38
43
.mat-mdc-form-field-hint-end {
39
44
order : 1 ;
40
45
}
You can’t perform that action at this time.
0 commit comments