Increase button height when no result

This commit is contained in:
Jean-Baptiste Bellet
2023-08-16 11:31:26 +02:00
parent f5e7738c78
commit e4479e7935

View File

@@ -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')