prashant2007-wq opened a new pull request, #1532: URL: https://github.com/apache/airflow-site/pull/1532
Closes #260. This PR fixes wide documentation tables causing horizontal overflow by allowing table header and cell content to wrap within the available content width. ### What changed - Updated Sphinx/RST documentation table styling in `_rst-content.scss`. - Replaced forced `white-space: nowrap` on responsive table headers with normal wrapping. - Added wrapping behavior for table cells and headers using `overflow-wrap: anywhere`. - Kept the change focused on documentation table responsiveness. ### Testing - Verified the diff only changes `landing-pages/site/assets/scss/_rst-content.scss`. - Checked the resulting CSS block locally with: ```bash sed -n '374,392p' landing-pages/site/assets/scss/_rst-content.scss -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
