diff options
| author | Grant Douglas <wiresharkGD@gmail.com> | 2016-03-25 20:24:22 +0000 |
|---|---|---|
| committer | Grant Douglas <wiresharkGD@gmail.com> | 2016-03-25 21:21:44 +0000 |
| commit | 26aa2a6e67ae25ac1f6f7d49241ddba3e835f69c (patch) | |
| tree | fd95d45394d4d8567cbd9c1830e4e814e423816c | |
| parent | 43e49f52e30199c9724329e71f375874eb76d554 (diff) | |
| download | gitlab-ce-26aa2a6e67ae25ac1f6f7d49241ddba3e835f69c.tar.gz | |
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.
| -rw-r--r-- | app/assets/stylesheets/framework/selects.scss | 1 |
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 { |
