Skip to content
Snippets Groups Projects
Verified Commit 179e3e5b authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Added ci-error class and applied a right margin to the ci error widget state

parent 8b17fb61
No related branches found
No related tags found
2 merge requests!12073Add RC2 changes to 9-3-stable,!11353Added ci-error class and applied a right margin to the ci error widget state
Pipeline #
Loading
Loading
@@ -31,7 +31,7 @@ export default {
<div class="mr-widget-heading">
<div class="ci-widget">
<template v-if="hasCIError">
<div class="ci-status-icon ci-status-icon-failed js-ci-error">
<div class="ci-status-icon ci-status-icon-failed ci-error js-ci-error">
<span class="js-icon-link icon-link">
<span
v-html="svg"
Loading
Loading
Loading
Loading
@@ -109,6 +109,10 @@
height: 22px;
margin-right: 8px;
}
.ci-error {
margin-right: $btn-side-margin;
}
}
 
.mr-widget-body,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment