prashant2007-wq commented on PR #1532: URL: https://github.com/apache/airflow-site/pull/1532#issuecomment-4485704775
Thanks @choo121600. I have attached the before/after screenshots for the table overflow issue. before: <img width="645" height="2081" alt="before-wide-table" src="https://github.com/user-attachments/assets/84d84924-e3bb-4335-8d5c-3b8047454f97" /> after: <img width="645" height="2105" alt="after-wide-table-fixed" src="https://github.com/user-attachments/assets/ed4a51cf-8d00-43a7-886c-53575e2cc970" /> ### What was happening before On the Extra packages reference page, the responsive documentation table was still forcing some table content to stay too wide because the table header styling used: ```scss .wy-table-responsive table th { white-space: nowrap; } -- 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]
