ishiis opened a new issue, #24077: URL: https://github.com/apache/airflow/issues/24077
### What do you see as an issue? Style of example-block in the document is broken. <img width="810" alt="example-block" src="https://user-images.githubusercontent.com/12693596/171412272-70ca791b-c798-4080-83ab-e358f290ac31.png"> This problem occurs when browser width is between 1000px and 1280px. See: https://airflow.apache.org/docs/apache-airflow-providers-http/stable/operators.html ### Solving the problem The container class should be removed. ```html <div class="example-block-wrapper docutils container"> ^^^^^^^^^ ... </div> ``` ### 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]
