##// END OF EJS Templates
Remove deprecated `newline_with_copy_margin` (#13949)...
Remove deprecated `newline_with_copy_margin` (#13949) Closes #13897 Removed deprecated `newline_with_copy_margin`. Use newline_autoindent_outer instead

File last commit:

r28010:64e72a95
r28125:113d2b09 merge
Show More
theme_overrides.css
7 lines | 257 B | text/css | CssLexer
/*
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;
}