Skip to content
Snippets Groups Projects
Commit 5eff636d authored by Mike Greiling's avatar Mike Greiling Committed by GitLab Release Tools Bot
Browse files

Merge branch '51668-fix-line-numbers' into 'master'

Fix line-height of line numbers

Closes #55278 and #51668

See merge request gitlab-org/gitlab-ce!23775

(cherry picked from commit ed3f0100)

c21df376 Adjust line height of blame view line numbers
parent 598c5a7b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -42,7 +42,6 @@
padding: 10px;
text-align: right;
float: left;
line-height: 1;
 
a {
font-family: $monospace-font;
Loading
Loading
@@ -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;
}
---
title: Adjust line-height of blame view line numbers
merge_request:
author:
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