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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to