ucphhpc / docker-migrid

Containerized MiG
GNU General Public License v2.0
3 stars 7 forks source link

Override default CSS to wrap text inside tables #50

Closed aputtu closed 3 months ago

aputtu commented 3 months ago

Tested locally. Once custom CSS is active, tables should stay within content area with text wrapped.

Link to an example of table that is affected: https://docker-migrid.readthedocs.io/en/latest/sections/configuration/variables.html

The issue stems from the sphinx_rtd_theme, and there is a open issue in Read the Docs repo on GitHub: https://github.com/readthedocs/sphinx_rtd_theme/issues/1505 Newer versions of the theme also seems to be affected.

jonasbardino commented 3 months ago

Thanks @aputtu :+1: