summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-28 17:06:46 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-28 17:06:46 +0000
commita06f9a337ff12e3d99439faea50f697b44b79e39 (patch)
treefd46a2b4f77e9a7e1957921ace7d4a67cdc3a7ff
parent13230d18d99d4585248619e4bde34b17b5a8b404 (diff)
parent15ddf99323fa4f6fcab32c04428d4b2379145516 (diff)
downloadgitlab-ce-docs-ci-variables-move-9-0-renaming.tar.gz
Merge branch 'related-mr-link-cutoff' into 'master'docs-ci-variables-move-9-0-renaming
Don't cutoff letters in MR and Issue links See merge request gitlab-org/gitlab-ce!25910
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss1
-rw-r--r--changelogs/unreleased/related-mr-link-cutoff.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss
index edf7b26ebaa..5a5601f2fa3 100644
--- a/app/assets/stylesheets/components/related_items_list.scss
+++ b/app/assets/stylesheets/components/related_items_list.scss
@@ -307,6 +307,7 @@ $item-weight-max-width: 48px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
+ line-height: 1.3;
}
.issue-token-state-icon-open,
diff --git a/changelogs/unreleased/related-mr-link-cutoff.yml b/changelogs/unreleased/related-mr-link-cutoff.yml
new file mode 100644
index 00000000000..8cf77b6231a
--- /dev/null
+++ b/changelogs/unreleased/related-mr-link-cutoff.yml
@@ -0,0 +1,5 @@
+---
+title: Don't cutoff letters in MR and Issue links
+merge_request: 25910
+author: gfyoung
+type: fixed