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:
   ![Screenshot 2025-01-06 at 14 33 
41](https://github.com/user-attachments/assets/d8f7f5ae-0269-4f62-9e4e-53034e7a24c9)
   
   After:
   ![Screenshot 2025-01-06 at 14 33 
15](https://github.com/user-attachments/assets/d1ae8e4d-a808-4528-9f53-484c33344bba)
   
   


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

Reply via email to