bbovenzi opened a new pull request, #22978: URL: https://github.com/apache/airflow/pull/22978
Add a max width to the tooltip css class to make long task group descriptions wrap. Fixes: https://github.com/apache/airflow/issues/22912 Before: <img width="1680" alt="Screen Shot 2022-04-13 at 9 12 54 AM" src="https://user-images.githubusercontent.com/4600967/163188297-e7369d02-bb87-42de-8827-4de0884a9e62.png"> After: <img width="612" alt="Screen Shot 2022-04-13 at 9 11 52 AM" src="https://user-images.githubusercontent.com/4600967/163188319-7ede8211-25e4-4f9d-8edf-a0ed1a7c47b6.png"> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- 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]
