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:
authorGrant Douglas <wiresharkGD@gmail.com>2016-03-25 23:24:22 +0300
committerGrant Douglas <wiresharkGD@gmail.com>2016-03-26 00:21:44 +0300
commit26aa2a6e67ae25ac1f6f7d49241ddba3e835f69c (patch)
treefd95d45394d4d8567cbd9c1830e4e814e423816c /app/assets/stylesheets/framework/selects.scss
parent43e49f52e30199c9724329e71f375874eb76d554 (diff)
short project names result in unusable fuzz search UI elements, so added a min-width property to the css
Added a space between property colon and value to satisfy linter and pass build.
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r--app/assets/stylesheets/framework/selects.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index fa7944cdabe..e82d052f45a 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -44,6 +44,7 @@
@include box-shadow(rgba(76, 86, 103, 0.247059) 0 0 1px 0, rgba(31, 37, 50, 0.317647) 0 2px 18px 0);
@include border-radius ($border-radius-default);
border: none;
+ min-width: 175px;
}
.select2-results .select2-result-label {