No need to fight against something that we no longer use.
}
}
-.pagination {
- padding-top: $lineheight;
-}
-
/* Rules for the diary entry page */
.diary_entries {
<nav>
- <ul class="pagination my-3 py-0">
+ <ul class="pagination">
<% if page > 1 %>
<li class="page-item">
<%= link_to t(".newer"), params.merge(:page => page - 1), :class => "page-link" %>
<% if @traces.size > 0 %>
<%= render "trace_paging_nav", :page => @page, :page_size => @page_size, :traces => @traces, :params => @params %>
- <table id="trace_list" class="table table-borderless table-striped mb-0">
+ <table id="trace_list" class="table table-borderless table-striped">
<tbody>
<%= render @traces unless @traces.nil? %>
</tbody>