提交 a2e06ad3 编写于 作者: M Mike Greiling

Merge branch '54026-identicon-subgroups-breadcrumb-dropdown' into 'master'

Dropdown: Make Identicons of a subgroup in the breadcrumb dropdown not take a whole line

Closes #51138 and #54026

See merge request gitlab-org/gitlab-ce!23062
......@@ -383,6 +383,16 @@
top: 1px;
}
}
.dropdown-menu li a .identicon {
width: 17px;
height: 17px;
font-size: $gl-font-size-xs;
vertical-align: middle;
text-indent: 0;
line-height: $gl-font-size-xs + 2px;
display: inline-block;
}
}
.breadcrumbs-list {
......
---
title: "Make auto-generated icons for subgroups in the breadcrumb dropdown display as a circle"
merge_request: 23062
author: Thomas Pathier
type: fix
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册