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,6 +81,7 @@
padding: 0;
}
}
}
.node-health-message-container {
max-height: $dropdown-max-height;
......@@ -93,7 +94,6 @@
color: $red-500;
}
}
}
}
.node-detail-section {
......
---
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