bbovenzi opened a new pull request, #30355: URL: https://github.com/apache/airflow/pull/30355
Addressing an issue raised in https://github.com/apache/airflow/issues/30337#issuecomment-1485924177 coming from https://github.com/apache/airflow/pull/29971 The default zoom in was way too much and disconnected vertical elements were not visible by default. This PR adds a max zoom and also makes sure that the default zoom stays the same when expanding/collapsing groups: | Before | After | | -------- | ------- | | <img width="1319" alt="Screenshot 2023-03-29 at 9 48 52 AM" src="https://user-images.githubusercontent.com/4600967/228563519-0cf42803-5057-4fa7-958d-231d185e4fea.png"> | <img width="1318" alt="Screenshot 2023-03-29 at 9 49 06 AM" src="https://user-images.githubusercontent.com/4600967/228563566-bcd8a798-0c7b-4895-bb55-7e243f9c650d.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 changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+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 a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments). -- 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]
