This is an automated email from the ASF dual-hosted git repository.
choo121600 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 0bdeab0370 Fix wide documentation table overflow (#1532)
0bdeab0370 is described below
commit 0bdeab03702e37071f6b2f79ef573e6cd15a9a65
Author: PRASHANT S BISHT <[email protected]>
AuthorDate: Wed May 20 19:23:56 2026 +0530
Fix wide documentation table overflow (#1532)
---
landing-pages/site/assets/scss/_rst-content.scss | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/landing-pages/site/assets/scss/_rst-content.scss
b/landing-pages/site/assets/scss/_rst-content.scss
index 2686873718..93cca9911e 100644
--- a/landing-pages/site/assets/scss/_rst-content.scss
+++ b/landing-pages/site/assets/scss/_rst-content.scss
@@ -381,8 +381,11 @@ body {
margin-bottom: 0 !important
}
- .wy-table-responsive table th {
- white-space: nowrap
+ .wy-table-responsive table th,
+ .wy-table-responsive table td {
+ white-space: normal;
+ overflow-wrap: anywhere;
+ word-break: normal;
}
code big, tt em, code em {