Commit d74aa827 authored by Filipa Lacerda's avatar Filipa Lacerda

Add missing class to parent element and remove extra CSS

parent bca29417
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
}; };
</script> </script>
<template> <template>
<div class="realtime-ci-status-wrapper"> <div>
<loading-icon <loading-icon
label="Loading pipeline status" label="Loading pipeline status"
size="3" size="3"
......
...@@ -196,14 +196,6 @@ ...@@ -196,14 +196,6 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
font-size: 0; font-size: 0;
.realtime-ci-status-wrapper {
display: inline;
.ci-status-icon {
font-size: 6px;
}
}
.fa-spinner { .fa-spinner {
font-size: 12px; font-size: 12px;
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.avatar-cell.hidden-xs .avatar-cell.hidden-xs
= author_avatar(commit, size: 36) = author_avatar(commit, size: 36)
.commit-detail .commit-detail.flex-list
.commit-content .commit-content
= link_to_markdown_field(commit, :title, link, class: "commit-row-message item-title") = link_to_markdown_field(commit, :title, link, class: "commit-row-message item-title")
%span.commit-row-message.visible-xs-inline %span.commit-row-message.visible-xs-inline
......
--- ---
title: Fixes gpg popover layout title: Fixes gpg popover layout
merge_request: merge_request: 17323
author: author:
type: fixed 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