aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-06-27 07:51:17 -0400
committerRapptz <[email protected]>2020-12-18 21:18:54 -0500
commit022a341476c8ca627a5f8732e0e0654c7cf45203 (patch)
treecfdce2a7a6acd076746e931b4e51e883a70d1453 /docs/_static/style.css
parentRevert "Fix table wrapping" (diff)
downloaddiscord.py-022a341476c8ca627a5f8732e0e0654c7cf45203.tar.xz
discord.py-022a341476c8ca627a5f8732e0e0654c7cf45203.zip
Make tables scroll if they overflow.
Diffstat (limited to 'docs/_static/style.css')
-rw-r--r--docs/_static/style.css4
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%;
}