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:
Annabel Dunstone Gray 2019-01-15 18:20:46 +00:00
commit 84147b2b55
2 changed files with 9 additions and 2 deletions

View file

@ -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;
}
}

View file

@ -0,0 +1,5 @@
---
title: Increase line height of project summaries
merge_request:
author: gfyoung
type: fixed