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

Fix network error message styling

parent 15396b1a
...@@ -99,9 +99,9 @@ export default { ...@@ -99,9 +99,9 @@ export default {
/> />
<div <div
v-if="isNodeDetailsFailed" v-if="isNodeDetailsFailed"
class="prepend-top-10" class="node-health-message-container"
> >
<p class="health-message"> <p class="health-message node-health-message">
{{ errorMessage }} {{ errorMessage }}
</p> </p>
</div> </div>
......
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
padding: 0; padding: 0;
} }
} }
}
.node-health-message-container { .node-health-message-container {
max-height: $dropdown-max-height; max-height: $dropdown-max-height;
...@@ -93,7 +94,6 @@ ...@@ -93,7 +94,6 @@
color: $red-500; color: $red-500;
} }
} }
}
} }
.node-detail-section { .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