fix in btn n drop down
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
(sortChanged)="onSortChange($event)" (actionClicked)="onActionClick($event)" toolTip="Add State">
|
||||
<ng-template appDataTableToolbar>
|
||||
<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
|
||||
formControlName="countryId"
|
||||
inputId="state-country-filter"
|
||||
@@ -31,7 +31,7 @@
|
||||
</form>
|
||||
</ng-template>
|
||||
<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>
|
||||
</button>
|
||||
</ng-template>
|
||||
|
||||
Reference in New Issue
Block a user