summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-04-29 11:04:54 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-04-29 11:04:54 +0800
commit7800c933c87979cadeaa6cc5a401639bb61da8ff (patch)
tree9129dde7c84dd3c34b940d6885b51cf748226147
parentee4ccd31556f8be905e968af448bbb4ecf62dcb6 (diff)
downloadgitlab-ce-fix-search-bar-dropdown-hidden.tar.gz
Fix search dropdown being hidden immediatelyfix-search-bar-dropdown-hidden
-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;