Commit 3972b2d0 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '5806-fix-network-error-styling' into 'master'

Fix network error message styling on Geo admin dashboard

Closes #5806

See merge request gitlab-org/gitlab-ee!5530
parents 95608b11 190f12ba
......@@ -99,9 +99,9 @@ export default {
/>
<div
v-if="isNodeDetailsFailed"
class="prepend-top-10"
class="node-health-message-container"
>
<p class="health-message">
<p class="health-message node-health-message">
{{ errorMessage }}
</p>
</div>
......
......@@ -81,17 +81,17 @@
padding: 0;
}
}
}
.node-health-message-container {
max-height: $dropdown-max-height;
overflow-y: auto;
.node-health-message-container {
max-height: $dropdown-max-height;
overflow-y: auto;
.node-health-message {
margin-bottom: 0;
padding: 2px $gl-padding-8;
background-color: $red-100;
color: $red-500;
}
.node-health-message {
margin-bottom: 0;
padding: 2px $gl-padding-8;
background-color: $red-100;
color: $red-500;
}
}
}
......
---
title: Fix network error message styling on Geo admin dashboard
merge_request: 5530
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