pierrejeambrun opened a new pull request, #45437: URL: https://github.com/apache/airflow/pull/45437
Long task display name are an issue because they overflow-x the table and make other columns wrap, which isn't great for the display. Also it doesn't bring much because that column is already a 'link' so we can just click on it to land on the full task instance detail page. Alternate approach: I tried to `text-overflow: ellipsis`, instead of using a plain `overflow: hidden` but that didn't work. I think that ellipsis for table cells are a little bit trickier to get right and I didn't want to spend too much time on it, it was working nicely outside of the table though. (link + tooltip should be enough) Before:  After:  -- 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]
