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


##########
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:
   Nit: Button distance is un-aligned right and left from space. Can you please 
make this the same?
   
![image](https://github.com/user-attachments/assets/698b48b0-be06-4851-8fcd-ae531f3bd075)
   



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