diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-12 15:40:12 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-12 15:40:12 +0000 |
commit | 18188a53466bf81adb583a4d5be7e21796b33ab3 (patch) | |
tree | e3c4e168a087f3f7d5550cdc1d461a6cf0424e58 /changelogs | |
parent | 8fa2c5cae5e403ea5095ea1cd091ac9298465f11 (diff) | |
parent | 9a048a6ea2f0c5aeea0d366ebf715b54664a5f70 (diff) | |
download | gitlab-ce-18188a53466bf81adb583a4d5be7e21796b33ab3.tar.gz |
Merge branch 'fix_spaces_in_label_title' into 'master'
Remove heading and trailing spaces from label's color and title
See merge request !10603
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/fix_spaces_in_label_title.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix_spaces_in_label_title.yml b/changelogs/unreleased/fix_spaces_in_label_title.yml new file mode 100644 index 00000000000..51f07438edb --- /dev/null +++ b/changelogs/unreleased/fix_spaces_in_label_title.yml @@ -0,0 +1,4 @@ +--- +title: Remove heading and trailing spaces from label's color and title +merge_request: 10603 +author: blackst0ne |