Commit 2ce3f5df authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '8850-fix-related-issues-id-wrapping' into 'master'

Fix issue ID wrapping and avatar counter shrinking in Related Issues list

Closes #8850

See merge request gitlab-org/gitlab-ee!8854
parents eccd6086 35b2b618
...@@ -113,6 +113,7 @@ $item-weight-max-width: 48px; ...@@ -113,6 +113,7 @@ $item-weight-max-width: 48px;
order: 1; order: 1;
margin-top: $gl-padding-4; margin-top: $gl-padding-4;
font-size: $gl-font-size-xs; font-size: $gl-font-size-xs;
white-space: nowrap;
.path-id-text { .path-id-text {
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
...@@ -338,6 +339,7 @@ $item-weight-max-width: 48px; ...@@ -338,6 +339,7 @@ $item-weight-max-width: 48px;
.avatar-counter { .avatar-counter {
height: $gl-padding-24; height: $gl-padding-24;
min-width: $gl-padding-24;
line-height: $gl-padding-24; line-height: $gl-padding-24;
border-radius: $gl-padding-24; border-radius: $gl-padding-24;
} }
......
---
title: Fix issue ID wrapping and avatar counter shrinking in Related Issues list
merge_request: 8854
author:
type: fixed
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