Commit 7b5101e3 authored by Paul Slaughter's avatar Paul Slaughter Committed by David O'Regan

Add explicit display block to .search form

- This was removed from application.scss in
  [this MR][1], but the startup CSS still had
  the explicit display: block

[1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61753
parent 38235936
......@@ -45,6 +45,7 @@ input[type='checkbox']:hover {
margin: 0 8px;
form {
display: block;
margin: 0;
padding: 4px;
width: $search-input-width;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment