Skip to content
Snippets Groups Projects
Commit 8f4bea8b authored by Fatih Acet's avatar Fatih Acet Committed by Timothy Andrew
Browse files

Merge branch 'add-right-margin-to-ci-error-icon' into 'master'

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

See merge request !11353
parent 0ec45299
No related branches found
No related tags found
1 merge request!12258Update Prometheus Merge Request Metrics page
Pipeline #
Loading
Loading
@@ -28,7 +28,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
@@ -113,6 +113,10 @@
width: 22px;
height: 22px;
}
.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