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:
authorErik van der Gaag <erik@vandergaag.nz>2019-06-12 22:12:33 +0300
committerClement Ho <clemmakesapps@gmail.com>2019-06-12 22:12:33 +0300
commit03f35f0cc07ff89da03f56ba6e8c0df07ac83e10 (patch)
tree84b809147bfac532ca75b770cd2e04290c59e868 /changelogs
parent50cddd36e505d49ebdb2b20c5c37ede56abad1df (diff)
Adding break-word css to home-panel-description class to correctly word wrap long words
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/62134-fix-non-wraping-project-description.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/62134-fix-non-wraping-project-description.yml b/changelogs/unreleased/62134-fix-non-wraping-project-description.yml
new file mode 100644
index 00000000000..8c734c526fe
--- /dev/null
+++ b/changelogs/unreleased/62134-fix-non-wraping-project-description.yml
@@ -0,0 +1,5 @@
+---
+title: Correctly word-wrapping project descriptions with very long words
+merge_request: 28695
+author: Erik van der Gaag
+type: fixed