summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/search.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-03 15:03:59 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-11-03 15:03:59 +0000
commit9f07033839e2c5fdb6ab429cbafab56d6f46b007 (patch)
tree56275d8e3d9575e420ce55ae84f7be32c2775d71 /app/assets/stylesheets/pages/search.scss
parentc791d9cf4af0bd23a7b4d263ce32342f41d3dd44 (diff)
parentac547e4112578f62838d2541463ce16418c06e54 (diff)
downloadgitlab-ce-9f07033839e2c5fdb6ab429cbafab56d6f46b007.tar.gz
Merge branch 'enable-scss-lint-mergeable-selector' into 'master'
Enable MergeableSelector in scss-lint See merge request gitlab-org/gitlab-ce!12810
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index db0a04a5eb3..eed711b1b66 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -78,6 +78,10 @@ input[type="checkbox"]:hover {
}
.search-input-wrap {
+ // Fallback if flexbox is not supported
+ display: inline-block;
+ width: 100%;
+
.search-icon,
.clear-icon {
position: absolute;