brki opened a new issue, #57491: URL: https://github.com/apache/airflow/issues/57491
### Apache Airflow version 3.1.1 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? To help the on-duty engineers when a DAG fails, we have some pretty detailed DAG docs (added with `dag.doc_md = """..."""`). With the Airflow 3 DAG documentation popup: * longer docs are cut off at the bottom * it is not possible to scroll to see more * it is not possible to resize the doc popup beyond a certain limit ### What you think should happen instead? It should be possible to see the entire Dag documentation. ### How to reproduce Add dag.doc_md to any DAG: ``` dag.doc_md = "\n\n".join(str(i) for i in range(200)) ``` View the DAG docs in the frontend. ### Operating System macos ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.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]
