From e4479e793552cc76074beecdbe8a1b44b57cf41b Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 16 Aug 2023 11:31:26 +0200 Subject: [PATCH] Increase button height when no result --- app/views/admin/products_v3/_no_products.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/products_v3/_no_products.html.haml b/app/views/admin/products_v3/_no_products.html.haml index 7b0bbb328c..4cb82d2eb5 100644 --- a/app/views/admin/products_v3/_no_products.html.haml +++ b/app/views/admin/products_v3/_no_products.html.haml @@ -1,6 +1,6 @@ - if search_term.present? || producer_id.present? || category_id.present? = t('.no_products_found_for_search') - %a{ href: "#", class: "button disruptive", data: { reflex: "click->products#clear_search" } } + %a{ href: "#", class: "button disruptive relaxed", data: { reflex: "click->products#clear_search" } } = t("admin.products_v3.sort.pagination.clear_search") - else = t('.no_products_found')