提交 30b2eec0 编写于 作者: B Bryce 提交者: Bryce Johnson

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

上级 faac7121
......@@ -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)
- Filter tags by name !6121
- Give project selection dropdowns responsive width, make non-wrapping.
- Make push events have equal vertical spacing.
- Add two-factor recovery endpoint to internal API !5510
- Remove vendor prefixes for linear-gradient CSS (ClemMakesApps)
......
......@@ -723,9 +723,15 @@ pre.light-well {
}
}
.project-refs-form {
.dropdown-menu {
width: 300px;
.project-refs-form .dropdown-menu, .dropdown-menu-projects {
width: 300px;
@media (min-width: $screen-sm-min) {
width: 500px;
}
a {
white-space: normal;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册