Commit 76be8bcb authored by Kushal Pandya's avatar Kushal Pandya

Fix network error message styling

parent 15396b1a
......@@ -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;
}
}
}
......
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