Skip to content
Snippets Groups Projects
Commit c21df376 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Adjust line height of blame view line numbers

parent b5dbfbba
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