Skip to content

Commit

Permalink
Make pagination wrapper shorter
Browse files Browse the repository at this point in the history
This was given a height in #157

5px is too much and looks bad. Hopefully 1px is makes it unnoticeable.
  • Loading branch information
josefarias committed Nov 20, 2024
1 parent 095ea65 commit 6d08cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hotwire_combobox/_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.hw_combobox__pagination__wrapper {
height: 5px;
height: 1px;
}
<% end %>

Expand Down

0 comments on commit 6d08cb6

Please sign in to comment.