You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pi...@apache.org on 2023/02/25 14:56:14 UTC

[airflow-site] branch improve-community-unsubscribe-style created (now da114c04e9)

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

pierrejeambrun pushed a change to branch improve-community-unsubscribe-style
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at da114c04e9 Improve style for community unsubscribe list/links

This branch includes the following new commits:

     new da114c04e9 Improve style for community unsubscribe list/links

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[airflow-site] 01/01: Improve style for community unsubscribe list/links

Posted by pi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pierrejeambrun pushed a commit to branch improve-community-unsubscribe-style
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit da114c04e9766f3ddd856f0c64701bde86177b6e
Author: pierrejeambrun <pi...@gmail.com>
AuthorDate: Sat Feb 25 15:55:39 2023 +0100

    Improve style for community unsubscribe list/links
---
 landing-pages/site/assets/scss/_typography.scss     |  4 ++++
 landing-pages/site/content/en/community/_index.html | 12 ++++++------
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/landing-pages/site/assets/scss/_typography.scss b/landing-pages/site/assets/scss/_typography.scss
index c37efe7484..e54cbb6b55 100644
--- a/landing-pages/site/assets/scss/_typography.scss
+++ b/landing-pages/site/assets/scss/_typography.scss
@@ -103,3 +103,7 @@ $bodytext-styles: (
     }
   }
 }
+
+.text-break-all {
+    word-break: break-all
+}
diff --git a/landing-pages/site/content/en/community/_index.html b/landing-pages/site/content/en/community/_index.html
index a7304e60b8..3635d96863 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -17,16 +17,16 @@ menu:
             <ul class="ticks-blue mx-auto">
                 <li>
                     Users list (<a href="https://lists.apache.org/list.html?users@airflow.apache.org">archive</a>):
-                    <ul>
-                       <li><a class="list-link" href="mailto:users-subscribe@airflow.apache.org">users-subscribe@airflow.apache.org</a></li>
-                       <li><small><a class="list-link" href="mailto:users-unsubscribe@airflow.apache.org">users-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
+                    <ul class="ticks-blue mx-auto">
+                       <li class="text-break-all"><a class="list-link" href="mailto:users-subscribe@airflow.apache.org">users-subscribe@airflow.apache.org</a></li>
+                       <li class="text-break-all"><small><a class="list-link" href="mailto:users-unsubscribe@airflow.apache.org">users-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
                        </ul>
                 </li>
                 <li>
                     Dev list (<a href="https://lists.apache.org/list.html?dev@airflow.apache.org">archive</a>):
-                    <ul>
-                       <li><a class="list-link" href="mailto:dev-subscribe@airflow.apache.org">dev-subscribe@airflow.apache.org</a></li>
-                       <li><small><a class="list-link" href="mailto:dev-unsubscribe@airflow.apache.org">dev-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
+                    <ul class="ticks-blue mx-auto">
+                       <li class="text-break-all"><a class="list-link" href="mailto:dev-subscribe@airflow.apache.org">dev-subscribe@airflow.apache.org</a></li>
+                       <li class="text-break-all"><small><a class="list-link" href="mailto:dev-unsubscribe@airflow.apache.org">dev-unsubscribe@airflow.apache.org</a> to unsubscribe</small></li>
                     </ul>
                 </li>
             </ul>