ryanahamilton commented on a change in pull request #19025:
URL: https://github.com/apache/airflow/pull/19025#discussion_r733001720



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -141,7 +141,7 @@ <h2>{{ page_title }}</h2>
           </thead>
           <tbody>
             {% if dags|length == 0 %}
-              <tr><td colspan="9">No results</td></tr>
+              <tr><td colspan="10">No results</td></tr>

Review comment:
       Good catch!

##########
File path: airflow/www/static/css/dags.css
##########
@@ -31,10 +31,12 @@
 .dags-table-body {
   margin: 0 1px;
   overflow-x: auto;
+  padding-bottom: 34px;
+}
 
-  /* This allows small dropdowns to overlap the table element */
-  padding-bottom: 55px;
-  margin-bottom: -55px;
+.no-padding {

Review comment:
       This class name suggests `padding: 0;` but it is only setting x-axis.
   ```suggestion
   .no-x-padding {
   ```




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