pierrejeambrun commented on code in PR #48189:
URL: https://github.com/apache/airflow/pull/48189#discussion_r2009956263
##########
airflow-core/src/airflow/ui/src/components/TruncatedText.tsx:
##########
@@ -31,7 +31,6 @@ export const TruncatedText = ({ text, ...rest }: Props) => (
WebkitLineClamp: 2,
}}
title={text}
- width="200px"
Review Comment:
This is to not impose a fixed with. If the text can expand, it will, if it
cannot it will wrap and then ellipse:



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