File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 106
106
translateZ (0.001px );
107
107
// The tricks above used to smooth out the animation on chrome and firefox actually make things
108
108
// worse on IE, so we don't include them in the IE version.
109
- -ms-transform : translateY (- $infix-margin-top - $infix-padding )
110
- scale ($font-scale );
109
+ -ms-transform : translateY (- $infix-margin-top - $infix-padding ) scale ($font-scale );
111
110
112
111
width : 100% / $font-scale ;
113
112
}
182
181
}
183
182
184
183
.mat-form-field-can-float {
185
- & .mat-form-field-should-float .mat-form-field-placeholder ,
184
+ & .mat-form-field-should-float .mat-form-field-placeholder {
185
+ @include _mat-form-field-placeholder-floating (
186
+ $subscript-font-scale , $infix-padding , $infix-margin-top );
187
+ }
188
+
186
189
.mat-form-field-autofill-control :-webkit-autofill + .mat-form-field-placeholder-wrapper
187
190
.mat-form-field-placeholder {
188
191
@include _mat-form-field-placeholder-floating (
189
- $subscript-font-scale , $infix-padding , $infix-margin-top );
192
+ $subscript-font-scale , $infix-padding , $infix-margin-top );
190
193
}
191
194
}
192
195
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ $mat-select-placeholder-arrow-space: 2 * ($mat-select-arrow-size + $mat-select-a
13
13
14
14
.mat-select {
15
15
display : inline-block ;
16
+ width : 100% ;
16
17
outline : none ;
17
18
}
18
19
You can’t perform that action at this time.
0 commit comments