소스 검색

Fixes #6996: Make search bar full width on small screens

Matt 4 년 전
부모
커밋
517c0e2fe6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netbox/templates/base/layout.html

+ 1 - 1
netbox/templates/base/layout.html

@@ -33,7 +33,7 @@
                   <span class="navbar-toggler-icon"></span>
                 </button>
               </div>
-              <div class="d-flex my-1 flex-grow-1 justify-content-center">
+              <div class="d-flex my-1 flex-grow-1 justify-content-center w-100">
                 {% search_options %}
               </div>
             </div>