markobean commented on code in PR #11481:
URL: https://github.com/apache/nifi/pull/11481#discussion_r3666748173
##########
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:
@rfellows Tested proposed changes. Worked well. Pushed a new commit which
eliminates `fa-rotate-90` in favor of the localized `load-balance-icon-active`
style.
Thanks for the recommendation.
--
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]