Commit fdb4069a authored by Denys Mishunov's avatar Denys Mishunov Committed by Filipa Lacerda

Removed padding from project filter field

Resolves a regression caused by https://bit.ly/2k1GozA
parent da7d0260
......@@ -207,8 +207,7 @@ input[type='checkbox']:hover {
pointer-events: none;
}
.search-text-input,
.project-filter-form-field {
.search-text-input {
padding-left: $gl-padding + 15px;
padding-right: $gl-padding + 15px;
}
......
......@@ -4,7 +4,7 @@
.top-area.scrolling-tabs-container.inner-page-scroll-tabs
.prepend-top-default
.search-holder
= render 'shared/projects/search_form', autofocus: true, icon: true, admin_view: true
= render 'shared/projects/search_form', autofocus: true, admin_view: true
.dropdown
- toggle_text = 'Namespace'
- if params[:namespace_id].present?
......
---
title: Unified presentation of the filter input field for projects listings
merge_request: 32706
author:
type: changed
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