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.
This commit is contained in:
Grant Douglas 2016-03-25 20:24:22 +00:00
parent 43e49f52e3
commit 26aa2a6e67
1 changed files with 1 additions and 0 deletions

View File

@ -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 {