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:
commit
c364c37c61
2 changed files with 6 additions and 0 deletions
|
@ -270,6 +270,7 @@
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
word-break: break-word;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom: 1px solid $border-gray-normal;
|
border-bottom: 1px solid $border-gray-normal;
|
||||||
|
|
5
changelogs/unreleased/wrap-job-name-on-jobs-sidebar.yml
Normal file
5
changelogs/unreleased/wrap-job-name-on-jobs-sidebar.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Wrap job name on pipeline job sidebar
|
||||||
|
merge_request: 20804
|
||||||
|
author: George Tsiolis
|
||||||
|
type: changed
|
Loading…
Reference in a new issue