css: fix empty space in paginator on mobile.

Fix the hidden "..." icon causing a gap between the page number and the right arrow on mobile.
This commit is contained in:
evazion
2022-12-11 17:32:36 -06:00
parent 6f9dbb65e0
commit fc7bc64d4c

View File

@@ -3,7 +3,7 @@
<% pages.each do |page| %>
<% if page == "..." %>
<span class="paginator-ellipsis"><%= ellipsis_icon class: "paginator-ellipsis text-muted desktop-only" %></span>
<span class="paginator-ellipsis desktop-only"><%= ellipsis_icon class: "text-muted" %></span>
<% elsif page == current_page %>
<%= tag.span page, class: "paginator-current font-bold" %>
<% else %>