Skip to content
代码片段 群组 项目
提交 7b5101e3 编辑于 作者: Paul Slaughter's avatar Paul Slaughter 提交者: 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
上级 38235936
No related branches found
No related tags found
无相关合并请求
...@@ -45,6 +45,7 @@ input[type='checkbox']:hover { ...@@ -45,6 +45,7 @@ input[type='checkbox']:hover {
margin: 0 8px; margin: 0 8px;
form { form {
display: block;
margin: 0; margin: 0;
padding: 4px; padding: 4px;
width: $search-input-width; width: $search-input-width;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册