Merge branch 'break-issue-title-for-board-card-title-and-issueable-header-text' into 'master'

Break issue title for board card title and issuable header text

Closes #45940

See merge request gitlab-org/gitlab-ce!18674
This commit is contained in:
Clement Ho 2018-05-03 21:43:31 +00:00
commit ef1bdc443b
2 changed files with 7 additions and 0 deletions

View File

@ -317,6 +317,7 @@
a {
color: $gl-text-color;
word-wrap: break-word;
word-break: break-word;
margin-right: 2px;
}
}
@ -462,6 +463,7 @@
.issuable-header-text {
padding-right: 35px;
word-break: break-word;
> strong {
font-weight: $gl-font-weight-bold;

View File

@ -0,0 +1,5 @@
---
title: Break issue title for board card title and issuable header text
merge_request: 18674
author: George Tsiolis
type: changed