Commit ebc2829a authored by Filipa Lacerda's avatar Filipa Lacerda

Fix gpg popover box

parent 92ac835a
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
}; };
</script> </script>
<template> <template>
<div> <div class="realtime-ci-status-wrapper">
<loading-icon <loading-icon
label="Loading pipeline status" label="Loading pipeline status"
size="3" size="3"
......
...@@ -196,17 +196,17 @@ ...@@ -196,17 +196,17 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
font-size: 0; font-size: 0;
div { .realtime-ci-status-wrapper {
display: inline; display: inline;
.ci-status-icon {
font-size: 6px;
}
} }
.fa-spinner { .fa-spinner {
font-size: 12px; font-size: 12px;
} }
span {
font-size: 6px;
}
} }
.ci-status-link { .ci-status-link {
......
---
title: Fixes gpg popover layout
merge_request:
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