scottyaslan commented on code in PR #11237:
URL: https://github.com/apache/nifi/pull/11237#discussion_r3239041970


##########
nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_app.scss:
##########
@@ -799,4 +785,13 @@
         pointer-events: auto;
         cursor: not-allowed;
     }
+
+    // mat-card
+    @include mat.card-overrides(
+        (
+            title-text-size: 16px,
+            title-text-line-height: 20px,
+            title-text-weight: 600,

Review Comment:
   I think this is ok. We mainly just reduced the title by 2px and adjusted its 
line height to 20px.  The change I made here is to correctly leverage the 
angular material mixins to do so. Here is the jolt UI wilth these changes:
   
   <img width="1428" height="934" alt="Screenshot 2026-05-14 at 12 15 44 AM" 
src="https://github.com/user-attachments/assets/969bc48d-014b-49f0-b63f-9920d15acf2f";
 />
   



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