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


##########
nifi-frontend/src/main/frontend/libs/shared/src/components/component-context/component-context.component.html:
##########
@@ -17,11 +17,11 @@
 
 <div class="component-context flex flex-col">
     <div class="flex gap-x-1 items-center">
-        <div class="context-logo text-3xl flex flex-col">
+        <div class="context-logo text-3xl flex items-center">
             @if (componentIcon.iconType === 'font-awesome') {
-                <i [class]="componentIcon.className"></i>
+                <i class="fa mr-2 tertiary-color" 
[class]="componentIcon.className"></i>
             } @else {
-                <i class="icon tertiary-color" 
[class]="componentIcon.className"></i>
+                <i class="icon mr-2 tertiary-color" 
[class]="componentIcon.className"></i>

Review Comment:
   we don't want this `mr-2` here. the styling from the icon class adds some 
spacing. we only needed it on the other one since it doesn't need/get the 
inherited spacing that the others do.
   



-- 
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