Browse Source
Merge pull request #11645 from ChantsovaEkaterina/improvement/fix-outlined-input-styles-ios
Adjust styles for outlined input with floating label for iOS
pull/11725/head
Igor Kulikov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
ui-ngx/src/form.scss
|
|
|
@ -395,11 +395,13 @@ |
|
|
|
padding-top: 8px; |
|
|
|
padding-bottom: 8px; |
|
|
|
min-height: 40px; |
|
|
|
height: 40px; |
|
|
|
width: auto; |
|
|
|
.mdc-text-field__input, .mat-mdc-select { |
|
|
|
font-weight: 400; |
|
|
|
font-size: 14px; |
|
|
|
line-height: 20px; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
} |
|
|
|
.mat-mdc-form-field-icon-prefix, .mat-mdc-form-field-icon-suffix, |
|
|
|
|