summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-09-12 11:03:26 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-09-12 11:03:26 +0000
commitfdb4069ad8d01a60bffef4dfad4d38129831402c (patch)
tree6e54cb9d1020c08d572ff87035f500266671f46c /app/assets
parentda7d02601cfa1ebd362a5be060b218b3f23b0e04 (diff)
downloadgitlab-ce-fdb4069ad8d01a60bffef4dfad4d38129831402c.tar.gz
Removed padding from project filter field
Resolves a regression caused by https://bit.ly/2k1GozA
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/search.scss3
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;
}