Explorar o código

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

Matt %!s(int64=4) %!d(string=hai) anos
pai
achega
517c0e2fe6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>