diff --git a/dashboard/components/explorer/config.ts b/dashboard/components/explorer/config.ts
index 5b4635235..473e580dc 100644
--- a/dashboard/components/explorer/config.ts
+++ b/dashboard/components/explorer/config.ts
@@ -120,5 +120,5 @@ export const nodeHTMLLabelConfig = {
valign: 'bottom', // title vertical position. Can be 'top',''center, 'bottom'
halignBox: 'center', // title vertical position. Can be 'left',''center, 'right'
valignBox: 'bottom', // title relative box vertical position. Can be 'top',''center, 'bottom'
- cssClass: 'dependency-graph-node-label' // any classes will be as attribute of
container for every title
+ cssClass: 'dependency-graph-nodeLabel' // any classes will be as attribute of
container for every title
};
diff --git a/dashboard/styles/globals.css b/dashboard/styles/globals.css
index 1e62db64b..655f53ae1 100644
--- a/dashboard/styles/globals.css
+++ b/dashboard/styles/globals.css
@@ -49,14 +49,20 @@
transform: rotateY(180deg);
}
-.dependency-graph-node-label {
+.dependency-graph-nodeLabel {
transition: opacity 0.2s linear;
opacity: 0;
}
.popper-div {
- text-shadow: 0 0 5px #f4f9f9, 0 0 5px #f4f9f9, 0 0 5px #f4f9f9,
- 0 0 5px #f4f9f9, 0 0 5px #f4f9f9, 0 0 5px #f4f9f9, 0 0 5px #f4f9f9,
+ text-shadow:
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
+ 0 0 5px #f4f9f9,
0 0 5px #f4f9f9;
position: relative;
color: #000;