Browse Source

Fixed paginator text rendering

Jeremy Stretch 8 years ago
parent
commit
bdff71db9e
1 changed files with 1 additions and 0 deletions
  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 %}