jscheffl commented on code in PR #51146:
URL: https://github.com/apache/airflow/pull/51146#discussion_r2114324562


##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/TaskLogHeader.tsx:
##########
@@ -189,6 +193,18 @@ export const TaskLogHeader = ({
               {wrap ? "Unwrap" : "Wrap"}
             </Button>
           </Tooltip>
+          {toggleNested ? (
+            <Button

Review Comment:
   Thanks for the rework! Ähm... oh. I am really sorry but now (I hope the 
last) nitpick is the psacing inside the buttons is different if you compare the 
buttons above and the lower ones.
   
   
![image](https://github.com/user-attachments/assets/dc3fbd3d-e10e-4a6c-877f-cbc7b96ec447)
   
   Can I kindly ask to normalize this as well?
   



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