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


##########
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 fixing the alignment. Unfortuantely I am a bit picky about 
consistency and pixels... now the button distance is different to the buttons 
on top. Can you adjust for consistency?
   
![image](https://github.com/user-attachments/assets/3dbf4c16-36c8-4b12-aba8-0b6737ed1992)
   



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