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:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-18 22:05:33 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-18 22:05:33 +0400
commit4ecf23d2ad4f401c94fabeb061cc36c487276d33 (patch)
tree05344bff7ed7a57744196e1b41a17642e9247ae1 /app/assets
parentaaec545a677f08a39a49d40db2e454e57ed72cbe (diff)
Fix ref select search width
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/ref_select.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/ref_select.scss b/app/assets/stylesheets/ref_select.scss
index 9f66136fb7f..ed6760f1b43 100644
--- a/app/assets/stylesheets/ref_select.scss
+++ b/app/assets/stylesheets/ref_select.scss
@@ -38,7 +38,7 @@
}
.chzn-search input {
- min-width:300px;
+ min-width:365px;
}
}