mcgilman commented on code in PR #8535: URL: https://github.com/apache/nifi/pull/8535#discussion_r1544642143
########## nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/ui/canvas/items/processor/edit-processor/relationship-settings/relationship-settings.component.html: ########## @@ -15,8 +15,8 @@ ~ limitations under the License. --> -<div class="relationship-settings flex gap-x-4"> - <div class="w-96"> +<div class="relationship-settings flex gap-y-4"> + <div class="flex basis-2/3 flex-col gap-y-4 pr-4 overflow-hidden"> Review Comment: I'm not sure this layout is better. Obviously we need to consider scenarios when the relationship descriptions and lengthy and not. Thoughts? Before: <img width="769" alt="Screenshot 2024-03-29 at 11 51 29 AM" src="https://github.com/apache/nifi/assets/123395/b0c837ea-d584-4fbd-8eda-f56011203ae9"> After: <img width="768" alt="Screenshot 2024-03-29 at 11 51 21 AM" src="https://github.com/apache/nifi/assets/123395/4e3adda2-55b8-4c4e-828f-4478e1a77b6c"> -- 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]
