diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-04-29 11:04:54 +0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-04-28 20:13:46 -0700 |
commit | 80921c3790cadd2bbbb60646924bf8d900d35995 (patch) | |
tree | e756eab33d697bf118c98f87f00643ab2b64b6cf | |
parent | 1afa382687e2f896f6d4ead90111dc37604537a5 (diff) | |
download | gitlab-ce-80921c3790cadd2bbbb60646924bf8d900d35995.tar.gz |
Fix search dropdown being hidden immediately
-rw-r--r-- | app/assets/stylesheets/pages/search.scss | 2 |
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; |