Commit 81cfd79e authored by Tom Quirk's avatar Tom Quirk

Use span for merge request reference

Cite isn't semantically correct in this case.

Styling for `cite` is also removed here.
parent 234b64f1
......@@ -238,10 +238,6 @@
text-overflow: ellipsis;
}
cite {
font-style: normal;
}
button {
float: right;
padding: 1px 5px;
......
......@@ -165,6 +165,6 @@
.cross-project-reference.hide-collapsed
%span
= s_('MilestoneSidebar|Reference:')
%cite{ title: milestone_ref }
%span{ title: milestone_ref }
= milestone_ref
= clipboard_button(text: milestone_ref, title: s_('MilestoneSidebar|Copy reference'), placement: "left", boundary: 'viewport')
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