Skip to content
Snippets Groups Projects
Commit 035a7864 authored by gfyoung's avatar gfyoung :thinking:
Browse files

Increase line height of project summaries

Taller letters like "g" were getting
slightly cutoff before.
parent 2abbfda3
No related branches found
No related tags found
2 merge requests!24341Increase line height of project summaries,!24018Fix `import_github_repo_spec.rb`
......@@ -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;
}
}
......
---
title: Increase line height of project summaries
merge_request:
author: gfyoung
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment