pierrejeambrun commented on code in PR #45434:
URL: https://github.com/apache/airflow/pull/45434#discussion_r1904366951
##########
airflow/ui/src/components/ClearRun/ClearRunTaskAccordion.tsx:
##########
@@ -93,6 +101,34 @@ const ClearRunTasksAccordion = ({ affectedTasks }: Props)
=> (
</Box>
</Accordion.ItemContent>
</Accordion.Item>
+ <Accordion.Item key="note" value="note">
Review Comment:
Example here, both can't be opened at the same time if the table is big
enough, or everything will overflow and it looks not great.

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