Adjust line height of blame view line numbers
This commit is contained in:
parent
b5dbfbbac9
commit
c21df3762f
2 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
5
changelogs/unreleased/51668-fix-line-numbers.yml
Normal file
5
changelogs/unreleased/51668-fix-line-numbers.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Adjust line-height of blame view line numbers
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue