This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 27bdc4d162 Improve style for community unsubscribe list/links (#745)
27bdc4d162 is described below
commit 27bdc4d162c8407fbf243e7b7ee9da614dc25c9e
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Sat Feb 25 17:05:16 2023 +0100
Improve style for community unsubscribe list/links (#745)
---
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/[email protected]">archive</a>):
- <ul>
- <li><a class="list-link"
href="mailto:[email protected]">[email protected]</a></li>
- <li><small><a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small></li>
+ <ul class="ticks-blue mx-auto">
+ <li class="text-break-all"><a class="list-link"
href="mailto:[email protected]">[email protected]</a></li>
+ <li class="text-break-all"><small><a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small></li>
</ul>
</li>
<li>
Dev list (<a
href="https://lists.apache.org/[email protected]">archive</a>):
- <ul>
- <li><a class="list-link"
href="mailto:[email protected]">[email protected]</a></li>
- <li><small><a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small></li>
+ <ul class="ticks-blue mx-auto">
+ <li class="text-break-all"><a class="list-link"
href="mailto:[email protected]">[email protected]</a></li>
+ <li class="text-break-all"><small><a class="list-link"
href="mailto:[email protected]">[email protected]</a>
to unsubscribe</small></li>
</ul>
</li>
</ul>