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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-03-24 21:54:26 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-03-24 21:54:26 +0300
commitebd329fe4cddbea0e8c5e9b0080291a2248a690c (patch)
tree6ebc20a7e3de4ce8b0508bb818650b7abd408720 /app/assets/stylesheets/pages/search.scss
parent4d8c5828bfa639961d3f9a01a0bd1d7a0e041785 (diff)
Make form width the same as dropdown width
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 6726aa883f5..e41be4d502a 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -30,7 +30,7 @@
@extend .form-control;
margin: 0;
padding: 4px;
- width: 350px;
+ width: $search-input-width;
line-height: 24px;
}