Merge branch 'commit-title-wrapping' into 'master'
Fixes long commit links breaking the commit list layout Closes #36524 See merge request gitlab-org/gitlab-ce!15763
This commit is contained in:
commit
f1a9847701
2 changed files with 6 additions and 0 deletions
|
@ -189,6 +189,7 @@
|
|||
|
||||
.commit-content {
|
||||
padding-right: 10px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.commit-actions {
|
||||
|
|
5
changelogs/unreleased/commit-title-wrapping.yml
Normal file
5
changelogs/unreleased/commit-title-wrapping.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixed long commit links not wrapping correctly
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue