Commit 16a53378 authored by Thomas Pathier's avatar Thomas Pathier Committed by Mike Greiling

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

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