diff --git a/app/assets/html/bzGraflow/nodesTest2.html b/app/assets/html/bzGraflow/nodesTest2.html index 2b99b16..2ec357f 100644 --- a/app/assets/html/bzGraflow/nodesTest2.html +++ b/app/assets/html/bzGraflow/nodesTest2.html @@ -14,7 +14,7 @@ .bzgf-node .text { position: absolute; top: 50%; - left: 50%; + transform: translateY(-50%); width: 100%; height: 2em; color: white; @@ -55,7 +55,6 @@ position: absolute; inset: 0; } - .bzgf-node[data-nodetype="condition"] .text{ transform: rotate(45deg); } .bzgf-node[data-nodetype="condition"] .port[data-direction="w"]{ left: -28px; } .bzgf-node[data-nodetype="condition"] [data-direction="e"]{ right: -28px; } .bzgf-node[data-nodetype="condition"] [data-direction="n"]{ top: -28px; }