Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schwede <git@schwedenmut.de>2019-07-10 17:41:47 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-07-10 17:41:47 +0300
commitab6ec362cae8809e2944abec5701a89057317c55 (patch)
treef3b3c9c272297c6f0daac052453f255c7878d5b6 /changelogs
parent27bafccdab61f4883a542df74746eeb36dd1a82b (diff)
Added css class to fix line wrap for assignee label in issues
Fixes #64331
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml b/changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml
new file mode 100644
index 00000000000..7d67b94869d
--- /dev/null
+++ b/changelogs/unreleased/64331-Assignee-field-in-a-new-issue-has-an-incorrect-line-wrap.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed incorrect line wrap for assignee label in issues
+merge_request: 30523
+author: Marc Schwede
+type: fixed