##// END OF EJS Templates
release 8.26.0
release 8.26.0

File last commit:

r28010:64e72a95
r28809:e0c8289d
Show More
theme_overrides.css
7 lines | 257 B | text/css | CssLexer
/ docs / source / _static / theme_overrides.css
krassowski
Restore shortcuts in documentation, define identifiers
r28010 /*
Needed to revert problematic lack of wrapping in sphinx_rtd_theme, see:
https://github.com/readthedocs/sphinx_rtd_theme/issues/117
*/
.wy-table-responsive table.shortcuts td, .wy-table-responsive table.shortcuts th {
white-space: normal!important;
}