提交 a7265abd 编写于 作者: P Phil Hughes

Merge branch 'winh-user-dropdown-nowrap' into 'master'

Avoid wrapping users in dropdown

Closes #38077

See merge request gitlab-org/gitlab-ce!14410
......@@ -779,6 +779,14 @@
white-space: normal;
width: 100%;
&.dropdown-menu-user-link {
white-space: nowrap;
.dropdown-menu-user-username {
display: block;
}
}
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册