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

Align Segoe UI label text

parent 38cb0347
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -259,3 +259,8 @@
}
}
}
.label-link {
display: inline-block;
vertical-align: text-top;
}
Loading
Loading
@@ -50,7 +50,7 @@
- if issue.labels.any?
 
- issue.labels.each do |label|
= link_to_label(label, subject: issue.project)
= link_to_label(label, subject: issue.project, css_class: 'label-link')
- if issue.tasks?
 
%span.task-status
Loading
Loading
Loading
Loading
@@ -64,7 +64,7 @@
- if merge_request.labels.any?
 
- merge_request.labels.each do |label|
= link_to_label(label, subject: merge_request.project, type: :merge_request)
= link_to_label(label, subject: merge_request.project, type: :merge_request, css_class: 'label-link')
 
- if merge_request.tasks?
 
Loading
Loading
---
title: Align Segoe UI label text
merge_request:
author:
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