R-Bower commented on issue #3335: NIFI-5018 URL: https://github.com/apache/nifi/pull/3335#issuecomment-468410297 Here are the size changes that I've made for this feature: ``` var portDimensions = { width: 240, - height: 50 + height: 48 }; var remotePortDimensions = { width: 240, - height: 75 + height: 80 }; // process-group var dimensions = { - width: 380, - height: 172 + width: 384, + height: 176 }; // remote process group var dimensions = { - width: 380, - height: 158 + width: 384, + height: 176 }; ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
