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 spacing inside the buttons (text distance left/right to
the button border) is different if you compare the buttons above and the lower
ones.

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]