summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-04-29 11:04:54 +0800
committerStan Hu <stanhu@gmail.com>2019-04-28 20:13:46 -0700
commit80921c3790cadd2bbbb60646924bf8d900d35995 (patch)
treee756eab33d697bf118c98f87f00643ab2b64b6cf
parent1afa382687e2f896f6d4ead90111dc37604537a5 (diff)
downloadgitlab-ce-80921c3790cadd2bbbb60646924bf8d900d35995.tar.gz
Fix search dropdown being hidden immediately
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 0c99ff5341c..37071a57bb3 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -75,6 +75,8 @@ input[type='checkbox']:hover {
}
.search-input-wrap {
+ width: 100%;
+
.search-icon,
.clear-icon {
position: absolute;