summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Pathier <tpxp@live.fr>2018-12-07 07:00:55 +0000
committerMike Greiling <mike@pixelcog.com>2018-12-07 07:00:55 +0000
commit16a533786c7f86e2bc2cb0b5711808be1b34c95d (patch)
treee459a870331eb0cfe8582935456be7a8832e79aa
parentacc785f56e9c88b490fc2c5cef59df9c13617edf (diff)
downloadgitlab-ce-16a533786c7f86e2bc2cb0b5711808be1b34c95d.tar.gz
Dropdown: Make Identicons of a subgroup in the breadcrumb dropdown not take a whole line
-rw-r--r--app/assets/stylesheets/framework/header.scss10
-rw-r--r--changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml5
2 files changed, 15 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 39410ac56af..c0cda29e239 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -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 {
diff --git a/changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml b/changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml
new file mode 100644
index 00000000000..f695d5aeff8
--- /dev/null
+++ b/changelogs/unreleased/51138-54026-breadcrumb-subgroups-ellipsis.yml
@@ -0,0 +1,5 @@
+---
+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