mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
responsive tables
This commit is contained in:
parent
6c05ae9376
commit
5311583bef
File diff suppressed because one or more lines are too long
@ -11,5 +11,6 @@ $( document ).ready(function() {
|
|||||||
});
|
});
|
||||||
$("[data-toggle='rst-current-version']").click(function() {
|
$("[data-toggle='rst-current-version']").click(function() {
|
||||||
$("[data-toggle='rst-versions']").toggleClass("shift-up");
|
$("[data-toggle='rst-versions']").toggleClass("shift-up");
|
||||||
});
|
});
|
||||||
|
$("table.docutils:not(.field-list").wrap("<div class='wy-table-responsive'></div>");
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user