diff options
Diffstat (limited to 'docs/_static/style.css')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 66ae3a4a..87ce6072 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -804,6 +804,10 @@ dd { background-color: var(--api-entry-background); } +.table-wrapper { + overflow-x: auto; +} + table.docutils { width: 100%; } |