fix in btn n drop down

This commit is contained in:
Anas Qureshi
2026-07-27 19:20:25 +05:30
parent c69456c2d3
commit 8a597c182f
@@ -7,7 +7,7 @@
(sortChanged)="onSortChange($event)" (actionClicked)="onActionClick($event)" toolTip="Add State"> (sortChanged)="onSortChange($event)" (actionClicked)="onActionClick($event)" toolTip="Add State">
<ng-template appDataTableToolbar> <ng-template appDataTableToolbar>
<form [formGroup]="countryFilterForm" autocomplete="off" class="flex flex-nowrap items-end gap-3"> <form [formGroup]="countryFilterForm" autocomplete="off" class="flex flex-nowrap items-end gap-3">
<div class="w-48 shrink-0"> <div class="w-[180px] shrink-0">
<app-autocomplete <app-autocomplete
formControlName="countryId" formControlName="countryId"
inputId="state-country-filter" inputId="state-country-filter"
@@ -31,7 +31,7 @@
</form> </form>
</ng-template> </ng-template>
<ng-template appDataTableFilterActions> <ng-template appDataTableFilterActions>
<button type="button" class="state-filter-apply-btn ti-btn ti-btn-sm ti-btn-primary-full !m-0 flex min-h-8 shrink-0 items-center justify-center gap-1.5 whitespace-nowrap !px-4" (click)="applyCountryFilter()"> <button type="button" class="state-filter-apply-btn ti-btn ti-btn-primary-full !rounded-full !m-0 flex min-h-8 shrink-0 items-center justify-center gap-1.5 whitespace-nowrap !px-3 !py-1.5 !text-[0.75rem]" (click)="applyCountryFilter()">
<span>Apply</span> <span>Apply</span>
</button> </button>
</ng-template> </ng-template>