Merge branch 'wrap-job-name-on-jobs-sidebar' into 'master'

Wrap job name on pipeline job sidebar

Closes #49540

See merge request gitlab-org/gitlab-ce!20804
This commit is contained in:
Tim Zallmann 2018-07-26 10:24:05 +00:00
commit c364c37c61
2 changed files with 6 additions and 0 deletions

View File

@ -270,6 +270,7 @@
.block {
width: 100%;
word-break: break-word;
&:last-child {
border-bottom: 1px solid $border-gray-normal;

View File

@ -0,0 +1,5 @@
---
title: Wrap job name on pipeline job sidebar
merge_request: 20804
author: George Tsiolis
type: changed