Parcourir la source

Fixed paginator text rendering

Jeremy Stretch il y a 8 ans
Parent
commit
bdff71db9e
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      netbox/templates/paginator.html

+ 1 - 0
netbox/templates/paginator.html

@@ -22,6 +22,7 @@
             </ul>
         </nav>
     {% endif %}
+    <div class="clearfix"></div>
     <div class="text-right text-muted">
         Showing {{ table.page.start_index }}-{{ table.page.end_index }} of {{ total }}
         {% if total == 1 %}