Commit 5a507c82 authored by Phil Hughes's avatar Phil Hughes

Merge branch '43315-gpg-popover' into 'master'

Resolve "Verified commits not displaying properly"

Closes #43315

See merge request gitlab-org/gitlab-ce!17323
parents 1e04603f d74aa827
......@@ -196,17 +196,9 @@
@media (min-width: $screen-sm-min) {
font-size: 0;
div {
display: inline;
}
.fa-spinner {
font-size: 12px;
}
span {
font-size: 6px;
}
}
.ci-status-link {
......
......@@ -20,7 +20,7 @@
.avatar-cell.hidden-xs
= author_avatar(commit, size: 36)
.commit-detail
.commit-detail.flex-list
.commit-content
= link_to_markdown_field(commit, :title, link, class: "commit-row-message item-title")
%span.commit-row-message.visible-xs-inline
......
---
title: Fixes gpg popover layout
merge_request: 17323
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