Commit b98633ad authored by Clement Ho's avatar Clement Ho

Merge branch '62134-fix-non-wraping-project-description' into 'master'

Adding break-word css to home-panel-description class to correctly word wrap long words

Closes #62134

See merge request gitlab-org/gitlab-ce!28695
parents 50cddd36 03f35f0c
......@@ -64,7 +64,7 @@
.home-panel-home-desc.mt-1
- if @project.description.present?
.home-panel-description
.home-panel-description.text-break
.home-panel-description-markdown.read-more-container
= markdown_field(@project, :description)
%button.btn.btn-blank.btn-link.js-read-more-trigger.d-lg-none{ type: "button" }
......
---
title: Correctly word-wrapping project descriptions with very long words
merge_request: 28695
author: Erik van der Gaag
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment