rfellows commented on code in PR #11481:
URL: https://github.com/apache/nifi/pull/11481#discussion_r3667905940


##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/canvas.component.scss:
##########
@@ -271,6 +271,12 @@
         font-size: 12px;
     }
 
+    /* Rotate about the glyph itself, not the svg view box */
+    text.load-balance-icon-active.fa-rotate-90 {
+        transform-box: fill-box;
+        transform-origin: center;
+    }

Review Comment:
   Since we are getting the rotation from the css class 
`load-balance-icon-active`, can you remove the `fa-rotate-90` class from being 
added to the element in the first place? I suggested it above, but maybe you 
missed it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to