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:
commit
5a507c8231
3 changed files with 6 additions and 9 deletions
|
@ -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
|
||||
|
|
5
changelogs/unreleased/43315-gpg-popover.yml
Normal file
5
changelogs/unreleased/43315-gpg-popover.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixes gpg popover layout
|
||||
merge_request: 17323
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue