Merge pull request #12898 from ArtemDzhereleiko/AD/bug-fix/close-icon-btn

Fixed icon close button position
This commit is contained in:
Igor Kulikov 2025-03-13 19:21:03 +02:00 committed by GitHub
commit 47c17405bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
[matAutocomplete]="optionsAutocomplete">
<button *ngIf="selectionFormControl.value && !disabled"
type="button"
class="tb-icon-24"
class="tb-icon-24 mr-2"
matSuffix mat-icon-button aria-label="Clear"
(click)="clear()">
<mat-icon class="material-icons">close</mat-icon>

View File

@ -22,7 +22,7 @@
[matAutocomplete]="unitsAutocomplete">
<button *ngIf="unitsFormControl.value && !disabled && unitsFormControl.valid"
type="button"
class="tb-icon-24"
class="tb-icon-24 mr-2"
matSuffix mat-icon-button aria-label="Clear"
(click)="clear()">
<mat-icon class="material-icons">close</mat-icon>