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