This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new b7b401a  fix spacing between table and pagination (#12160)
b7b401a is described below

commit b7b401acdb9a6fe216a9787fc6b150d07ad71f9d
Author: Ryan Hamilton <[email protected]>
AuthorDate: Sat Nov 7 09:59:34 2020 -0500

    fix spacing between table and pagination (#12160)
---
 airflow/www/static/css/dags.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow/www/static/css/dags.css b/airflow/www/static/css/dags.css
index 5affba0..03ba4a5 100644
--- a/airflow/www/static/css/dags.css
+++ b/airflow/www/static/css/dags.css
@@ -18,6 +18,7 @@
  */
 
 .dags-table-wrap {
+  margin-bottom: 16px;
   border-radius: 4px 4px 0 0;
   background-color: #f0f0f0;
 }

Reply via email to