- Notifications
You must be signed in to change notification settings - Fork1.8k
Fix word wrapping in RST list-table#1506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
* Remove ".wy-table-responsive table td" CSS stanza* Update assets
a1891cb to17e061bComparejsquyres commentedAug 20, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I am not an expert in front-end dev things, but it looks like Since this is not the ecosystem I typically work in, I'm not sure about the right way to proceed here. Is there a way to get word wrapping enabled in |
aik099 commentedApr 22, 2025
@jsquyres , you're correct. Thehttps://sphinx-rtd-theme.readthedocs.io/en/stable/contributing.html page explains how to make changes to a theme for PRs. I've also found#432 (from 2017), which might be related to the issue you're solving here. |
The diff on this PR is gigantic because the CSS is minified. The diff is effectively this:
This seems tofix#1505 for me, but I don't know if there's a historical or other deeper reason that that stanza is there in the CSS.