File tree 2 files changed +8
-4
lines changed 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 100
100
translateZ (0.001px );
101
101
// The tricks above used to smooth out the animation on chrome and firefox actually make things
102
102
// worse on IE, so we don't include them in the IE version.
103
- -ms-transform : translateY (- $infix-margin-top - $infix-padding )
104
- scale ($font-scale );
103
+ -ms-transform : translateY (- $infix-margin-top - $infix-padding ) scale ($font-scale );
105
104
106
105
width : 100% / $font-scale ;
107
106
}
176
175
}
177
176
178
177
.mat-form-field-can-float {
179
- & .mat-form-field-should-float .mat-form-field-placeholder ,
178
+ & .mat-form-field-should-float .mat-form-field-placeholder {
179
+ @include _mat-form-field-placeholder-floating (
180
+ $subscript-font-scale , $infix-padding , $infix-margin-top );
181
+ }
182
+
180
183
.mat-form-field-autofill-float :-webkit-autofill + .mat-form-field-placeholder-wrapper
181
184
.mat-form-field-placeholder {
182
185
@include _mat-form-field-placeholder-floating (
183
- $subscript-font-scale , $infix-padding , $infix-margin-top );
186
+ $subscript-font-scale , $infix-padding , $infix-margin-top );
184
187
}
185
188
}
186
189
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