Merge branch 'homepage-proj-descr-cutoff' into 'master'
Increase line height of project summaries See merge request gitlab-org/gitlab-ce!24341
This commit is contained in:
commit
84147b2b55
2 changed files with 9 additions and 2 deletions
|
@ -1025,8 +1025,10 @@ pre.light-well {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
.description {
|
||||
.description {
|
||||
line-height: 1.5;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
color: $gl-text-color;
|
||||
}
|
||||
}
|
||||
|
|
5
changelogs/unreleased/homepage-proj-descr-cutoff.yml
Normal file
5
changelogs/unreleased/homepage-proj-descr-cutoff.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Increase line height of project summaries
|
||||
merge_request:
|
||||
author: gfyoung
|
||||
type: fixed
|
Loading…
Reference in a new issue