diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 2d2f0c531c7..f8127dc794a 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -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; } |