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:
authorPhil Hughes <me@iamphill.com>2016-04-18 11:22:36 +0300
committerPhil Hughes <me@iamphill.com>2016-04-26 11:03:04 +0300
commitf5bea9df5325fe136042fb32fe282cc04c2ec91a (patch)
tree96948c969b3aa3fee140e60f71793c5d40cdd3f8 /app/assets/stylesheets/pages/search.scss
parent262a3dd482680466b5bdc3fa1b94e06491e7a906 (diff)
Fixed tests
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 2b2ba2c7862..0252f464133 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -156,12 +156,15 @@
.search-holder {
@media (min-width: $screen-sm-min) {
display: -webkit-flex;
- display: flex;
+ display: -ms-flexbox;
+ display: flex;
}
.search-field-holder {
+ -webkit-flex: 1 0 auto;
+ -ms-flex: 1 0 auto;
+ flex: 1 0 auto;
position: relative;
- width: 100%;
margin-right: 0;
@media (min-width: $screen-sm-min) {
@@ -203,6 +206,7 @@
.dropdown-menu-toggle {
width: 100%;
margin-top: 5px;
+ border-radius: $border-radius-base;
@media (min-width: $screen-sm-min) {
width: 160px;