Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-02-27 12:56:45 +0300
committerPhil Hughes <me@iamphill.com>2018-02-27 12:56:45 +0300
commit5a507c82311b8283e2dcaecaaaffa6d5db9662e6 (patch)
tree635ad7a90b9c9539a995a9506a5a189e9aece899 /app
parent1e04603f9322125ae0d725e1bca6da76a1337729 (diff)
parentd74aa827c4cb9f327ab028497182341921e56fbf (diff)
Merge branch '43315-gpg-popover' into 'master'
Resolve "Verified commits not displaying properly" Closes #43315 See merge request gitlab-org/gitlab-ce!17323
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/commits.scss8
-rw-r--r--app/views/projects/commits/_commit.html.haml2
2 files changed, 1 insertions, 9 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 17801ed5910..8b680c2dc52 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -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 {
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 6ff7bcae54f..078bd0eee63 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -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