[ACS-8555] Name filter clear icon now no longer gets cut off (#10054)

This commit is contained in:
swapnil-verma-gl
2024-08-12 10:44:35 +05:30
committed by GitHub
parent 93f9e80348
commit 344594f910
2 changed files with 1 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
[(ngModel)]="value" [(ngModel)]="value"
(change)="onChangedHandler($event)"> (change)="onChangedHandler($event)">
<button <button
mat-button mat-icon-button
*ngIf="value" *ngIf="value"
matSuffix matSuffix
(click)="clear()" (click)="clear()"

View File

@@ -46,13 +46,6 @@
&-clear-button { &-clear-button {
min-width: unset; min-width: unset;
border-radius: 50%; border-radius: 50%;
height: 1.5em;
width: 1.5em;
margin-right: 8px;
mat-icon {
margin-right: 0;
}
} }
} }
} }