Skip to content

Commit

Permalink
fix(mat-form-field-suffix): fix css icon size (#873)
Browse files Browse the repository at this point in the history
* fix(mat-form-field-suffix): fix css icon size

* height css flag important
  • Loading branch information
PhilippeLafreniere18 authored Nov 29, 2022
1 parent 5608732 commit 92fb147
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ height: calc( 100% - #{$header-height-mobile} )!important;
}

::ng-deep .mat-tooltip-hide { display: none!important; } // temporary fix (https://github.com/angular/components/issues/24614)

::ng-deep .mat-form-field-suffix {
::ng-deep mat-icon {
width: auto !important;
height: -webkit-fill-available !important;
}
}

0 comments on commit 92fb147

Please sign in to comment.