le-chartreux opened a new issue, #39396: URL: https://github.com/apache/airflow/issues/39396
### What do you see as an issue? Hello Airflow Team, On the ["Using UI" part of the "DAG Runs" documentation](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dag-run.html#using-ui), the rendering of the following line is broken on my web browser: > If the DAG does not define params the form is usually skipped, via the configuration option show_trigger_form_if_no_params it is possible to force the display the classic form of a dict-only entry to pass configuration options. It renders like this on my computer with Chrome (124.0.6367.118) and Edge (124.0.2478.67), and I have the same problem on Android with Firefox (125.2.0):  I believe "params" and "show_trigger_form_if_no_params" is supposed to be rendered as inline code, but "the form is usually skipped, via the configuration option" shouldn't. Your software is awesome, thanks for your work! Best regards, Nathan ### Solving the problem It's maybe just an issue with the `.rst` file (e.g. missing space), but I'm not familiar with the `rst` format. ### Anything else _No response_ ### Are you willing to submit PR? - [X] 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]
