pierrejeambrun commented on code in PR #45434:
URL: https://github.com/apache/airflow/pull/45434#discussion_r1904364051
##########
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:
Also the task instance table can be pretty big and is already limited to
400px, if I allow multiple things to expand. We don't have enough vertical
space to fit the note and the task instance table.
This is why when we open the note, the TIs table collapse. And we need some
space to preview the note, it can be pretty big actually. (With markdown
rendering, title, subsection etc....)
--
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]