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/07/06 23:25:19 UTC

[GitHub] [airflow] tronlightracer commented on a diff in pull request #19702: Switch Markdown engine to markdown-it-py

tronlightracer commented on code in PR #19702:
URL: https://github.com/apache/airflow/pull/19702#discussion_r915327651


##########
airflow/www/static/css/main.css:
##########
@@ -465,6 +465,10 @@ label[for="timezone-other"],
   z-index: 1070;
 }
 
+details summary {
+  display: list-item;
+}
+
 .menu-scroll {
   max-height: 300px;

Review Comment:
   I'm no css expert but the values should be in 'em' not 'px' so the display can be dynamically based off the screen size of the viewer.
   
   



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