From 721baa4d3f64af92f7f7663ffa53982d746cbed5 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Wed, 16 Aug 2023 14:57:57 +0200 Subject: [PATCH] Increase button size --- app/views/admin/products_v3/_sort.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/products_v3/_sort.html.haml b/app/views/admin/products_v3/_sort.html.haml index 3b39f3ed9f..20c67e083b 100644 --- a/app/views/admin/products_v3/_sort.html.haml +++ b/app/views/admin/products_v3/_sort.html.haml @@ -2,7 +2,7 @@ %div = t(".pagination.total_html", total: pagy.count, from: pagy.from, to: pagy.to) - if search_term.present? || producer_id.present? || category_id.present? - %a{ href: "#", class: "button disruptive condensed", data: { reflex: "click->products#clear_search" } } + %a{ href: "#", class: "button disruptive", data: { reflex: "click->products#clear_search" } } = t(".pagination.clear_search") %div.with-dropdown = t(".pagination.per_page.show")