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 f6fbce074a Only the table header should not wrap (#540)
f6fbce074a is described below
commit f6fbce074abb3ccf0def20c3bc3412dcbfdaf173
Author: Malthe Borch <[email protected]>
AuthorDate: Tue Nov 8 16:21:47 2022 +0100
Only the table header should not wrap (#540)
See https://github.com/readthedocs/sphinx_rtd_theme/issues/117 for a bigger
discussion and many references.
---
landing-pages/site/assets/scss/_rst-content.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/assets/scss/_rst-content.scss
b/landing-pages/site/assets/scss/_rst-content.scss
index ac7b25ca09..1fdd833c3a 100644
--- a/landing-pages/site/assets/scss/_rst-content.scss
+++ b/landing-pages/site/assets/scss/_rst-content.scss
@@ -393,7 +393,7 @@
margin-bottom: 0 !important
}
- .wy-table-responsive table td, .wy-table-responsive table th {
+ .wy-table-responsive table th {
white-space: nowrap
}