rfellows commented on code in PR #10365:
URL: https://github.com/apache/nifi/pull/10365#discussion_r2401704837
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/parameter-context/parameter-context-inheritance/parameter-context-inheritance.component.html:
##########
@@ -95,20 +95,20 @@
<ng-template #authorizedInheritedParameterContext let-item let-i="i"
let-canClose="canClose">
@if (!isDisabled) {
<div class="flex items-center">
- <span class="grip pr-5"></span>
+ <span class="grip mr-5"></span>
Review Comment:
Changing from padding to margin here has shifted the text too far in. I
think it should just be `mr-2`.
Here is what it looked like before this PR:
<img width="494" height="102" alt="Screenshot 2025-10-03 at 08 11 38"
src="https://github.com/user-attachments/assets/cc2dbeb0-56c7-40ec-941d-269e3438d1e9"
/>
Here is what it looks like with the `pl-5`:
<img width="496" height="96" alt="Screenshot 2025-10-03 at 08 11 29"
src="https://github.com/user-attachments/assets/42de0ef9-5526-4536-bc07-6ef643689683"
/>
--
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]