Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-15 19:48:22 +0300
committerJarek Ostrowski <jarek.j.ostrowski@gmail.com>2018-05-15 19:48:22 +0300
commit20db3c965d3d27860bfbbb48f6be540b4badbc14 (patch)
tree3a1209c149c6e66108ff71b94ac266fbe56788d6 /content
parentad66411498c62e85d41f5ccb98433b4e7f093b45 (diff)
Fix mobile search results not showing up
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index ef4227b9..6fd5e36c 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -464,7 +464,6 @@ li {
li {
display: inline-block;
- line-height: 20px;
margin: 0 10px;
}
@@ -507,10 +506,8 @@ li {
.docsearch-mobile {
display: none;
width: 100%;
- box-sizing: border-box;
outline: 0;
margin-top: 12px;
- margin-left: 10px;
@media all and (max-width: $mobile-width) {
display: block;