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?

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