瀏覽代碼

Fixed paginator text rendering

Jeremy Stretch 9 年之前
父節點
當前提交
bdff71db9e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 %}