projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 256 forks source link

Set navbar-search search element to display:contents so layout is not impacted #3173

Closed corylown closed 3 months ago

corylown commented 3 months ago

The addition of the search element around the search form in the navbar in this commit https://github.com/projectblacklight/blacklight/commit/c9031f2385b2aa12b88b4bd80d4bbbab6ffda8d8 impacted the layout. Setting the search element's display to contents preserves the original layout.

Before:

Screenshot 2024-06-06 at 9 46 33 AM

After:

Screenshot 2024-06-06 at 9 58 37 AM