Commit c364c37c authored by Tim Zallmann's avatar Tim Zallmann

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
parents dc31edfb cff585df
......@@ -270,6 +270,7 @@
.block {
width: 100%;
word-break: break-word;
&:last-child {
border-bottom: 1px solid $border-gray-normal;
......
---
title: Wrap job name on pipeline job sidebar
merge_request: 20804
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment