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:15 UTC

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

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>