Commit 30b2eec0 authored by Bryce's avatar Bryce Committed by Bryce Johnson

Give project selection dropdowns responsive width, long-names wrap.

parent faac7121
...@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. ...@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.12.0 (unreleased) v 8.12.0 (unreleased)
- Filter tags by name !6121 - Filter tags by name !6121
- Give project selection dropdowns responsive width, make non-wrapping.
- Make push events have equal vertical spacing. - Make push events have equal vertical spacing.
- Add two-factor recovery endpoint to internal API !5510 - Add two-factor recovery endpoint to internal API !5510
- Remove vendor prefixes for linear-gradient CSS (ClemMakesApps) - Remove vendor prefixes for linear-gradient CSS (ClemMakesApps)
......
...@@ -723,9 +723,15 @@ pre.light-well { ...@@ -723,9 +723,15 @@ pre.light-well {
} }
} }
.project-refs-form { .project-refs-form .dropdown-menu, .dropdown-menu-projects {
.dropdown-menu { width: 300px;
width: 300px;
@media (min-width: $screen-sm-min) {
width: 500px;
}
a {
white-space: normal;
} }
} }
......
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