Removed padding from project filter field

Resolves a regression caused by https://bit.ly/2k1GozA
This commit is contained in:
Denys Mishunov 2019-09-12 11:03:26 +00:00 committed by Filipa Lacerda
parent da7d02601c
commit fdb4069ad8
3 changed files with 7 additions and 3 deletions

View File

@ -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;
}

View File

@ -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?

View File

@ -0,0 +1,5 @@
---
title: Unified presentation of the filter input field for projects listings
merge_request: 32706
author:
type: changed