diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 8ed6917b5..f49d22566 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -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; + } +}