Adjust line height of blame view line numbers

This commit is contained in:
Annabel Dunstone Gray 2018-12-12 10:39:27 -06:00
parent b5dbfbbac9
commit c21df3762f
2 changed files with 11 additions and 1 deletions

View file

@ -42,7 +42,6 @@
padding: 10px;
text-align: right;
float: left;
line-height: 1;
a {
font-family: $monospace-font;
@ -69,3 +68,9 @@
}
}
}
// Vertically aligns <table> line numbers (eg. blame view)
// see https://gitlab.com/gitlab-org/gitlab-ce/issues/54048
td.line-numbers {
line-height: 1;
}

View file

@ -0,0 +1,5 @@
---
title: Adjust line-height of blame view line numbers
merge_request:
author:
type: fixed