summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-06 18:02:34 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-06 18:02:34 +0000
commitf1a98477014ceee1738a6994da9fd17dd4ccea00 (patch)
tree8b3d55e0baccb0a0d5b531cd8b8ae9f7adb6346b
parentbf934a8f7c506bea0b453690c7b0e79db7004afc (diff)
parent9ec582c8c6e57cac19506489ee34e4bdfc7bff88 (diff)
downloadgitlab-ce-f1a98477014ceee1738a6994da9fd17dd4ccea00.tar.gz
Merge branch 'commit-title-wrapping' into 'master'
Fixes long commit links breaking the commit list layout Closes #36524 See merge request gitlab-org/gitlab-ce!15763
-rw-r--r--app/assets/stylesheets/pages/commits.scss1
-rw-r--r--changelogs/unreleased/commit-title-wrapping.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index b1850be8a5f..0cba223c6a6 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -189,6 +189,7 @@
.commit-content {
padding-right: 10px;
+ white-space: normal;
}
.commit-actions {
diff --git a/changelogs/unreleased/commit-title-wrapping.yml b/changelogs/unreleased/commit-title-wrapping.yml
new file mode 100644
index 00000000000..65c28b82b8b
--- /dev/null
+++ b/changelogs/unreleased/commit-title-wrapping.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed long commit links not wrapping correctly
+merge_request:
+author:
+type: fixed