Adding break-word css to home-panel-description class to correctly word wrap long words
This commit is contained in:
parent
50cddd36e5
commit
03f35f0cc0
2 changed files with 6 additions and 1 deletions
|
@ -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" }
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Correctly word-wrapping project descriptions with very long words
|
||||
merge_request: 28695
|
||||
author: Erik van der Gaag
|
||||
type: fixed
|
Loading…
Reference in a new issue