소스 검색

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 %}