Commit ed3f0100 authored by Mike Greiling's avatar Mike Greiling

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
parents ed4994c3 c21df376
......@@ -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;
}
---
title: Adjust line-height of blame view line numbers
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment