Skip to content

Commit

Permalink
Tuning app search criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Nov 11, 2024
1 parent f693e3a commit 8793174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/product-store/app-search/app-search.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pInputText
type="text"
id="ps_app_search_criteria_app_id"
class="w-15rem"
class="w-11rem sm:w-15rem text-responsive"
formControlName="appId"
[clear]="true"
[pTooltip]="'APP.TOOLTIPS.APP_ID' | translate"
Expand All @@ -27,7 +27,7 @@
pInputText
type="text"
id="ps_app_search_criteria_product_name"
class="w-15rem"
class="w-11rem sm:w-15rem text-responsive"
formControlName="productName"
[clear]="true"
[pTooltip]="'APP.TOOLTIPS.PRODUCT_NAME' | translate"
Expand Down

0 comments on commit 8793174

Please sign in to comment.