From 6d08cb66aae609f15dfaf7e060a0b85557c89a9f Mon Sep 17 00:00:00 2001 From: Jose Farias Date: Tue, 19 Nov 2024 19:46:15 -0600 Subject: [PATCH] Make pagination wrapper shorter This was given a height in https://github.com/josefarias/hotwire_combobox/pull/157 5px is too much and looks bad. Hopefully 1px is makes it unnoticeable. --- app/views/hotwire_combobox/_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/hotwire_combobox/_component.html.erb b/app/views/hotwire_combobox/_component.html.erb index 4c022ee..5fcc6d3 100644 --- a/app/views/hotwire_combobox/_component.html.erb +++ b/app/views/hotwire_combobox/_component.html.erb @@ -20,7 +20,7 @@ } .hw_combobox__pagination__wrapper { - height: 5px; + height: 1px; } <% end %>