torbjornvatn commented on pull request #19702:
URL: https://github.com/apache/airflow/pull/19702#issuecomment-983504945


   @ashb I would ideally find a way to remove the `display: block;` property 
from a `<summary>` inside a `<display>` to get a ‣ in front of the collapsible 
content just as here on Github. But I couldn't figure out how to change any of 
the CSS really 🤷🏼 
   
   Example:
   
   <details>
     <summary>Click to expand!</summary>
     
     ## Heading
     1. A numbered
     2. list
        * With some
        * Sub bullets
   </details>
   


-- 
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]


Reply via email to