Break issue title for board card title and issuable header text

This commit is contained in:
George Tsiolis 2018-05-01 23:11:32 +03:00
parent b8a848304e
commit 6f1dd7853d
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