pierrejeambrun commented on PR #47994:
URL: https://github.com/apache/airflow/pull/47994#issuecomment-2740691644

   @diogotrodrigues of course. 
   
   You can re-use the `TruncatedText` that will allow text wrapping on multiple 
lines when the space becomes too small for the task id to fit.
   
   What Brent suggested on top of that is to use breakpoints responsively 
change the maxWidth of the container based on the width of the panel. 
(basically when the panel is big we allow the task_id text to take more space, 
and when the panel is small we give a smaller value to the `TruncateText` 
component that will enable text wrapping on multiple line for the column to 
take less horizontal space)


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