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

Resolve "Verified commits not displaying properly"

Closes #43315

See merge request gitlab-org/gitlab-ce!17323
This commit is contained in:
Phil Hughes 2018-02-27 09:56:45 +00:00
commit 5a507c8231
3 changed files with 6 additions and 9 deletions

View File

@ -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 {

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Fixes gpg popover layout
merge_request: 17323
author:
type: fixed