You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/01 14:08:51 UTC

[GitHub] [airflow] ishiis opened a new issue, #24077: Fix style of example-block

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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #24077: Fix style of example-block

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #24077: Fix style of example-block
URL: https://github.com/apache/airflow/issues/24077


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org