Skip to content

Commit

Permalink
add custom.css shim
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Sep 3, 2023
1 parent 6e9b5ed commit 90a4026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.dataTables_wrapper.no-footer .wy-table-responsive {
overflow: unset;
}
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_css_files = [
'https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css',
'https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css',
'custom.css',
]

html_js_files = [
Expand Down

0 comments on commit 90a4026

Please sign in to comment.