Commit 26aa2a6e authored by Grant Douglas's avatar Grant Douglas

short project names result in unusable fuzz search UI elements, so added a...

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.
parent 43e49f52
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment