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

This commit is contained in:
Erik van der Gaag 2019-06-12 19:12:33 +00:00 committed by Clement Ho
parent 50cddd36e5
commit 03f35f0cc0
2 changed files with 6 additions and 1 deletions

View File

@ -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" }

View File

@ -0,0 +1,5 @@
---
title: Correctly word-wrapping project descriptions with very long words
merge_request: 28695
author: Erik van der Gaag
type: fixed