mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
Make tables scroll if they overflow.
This commit is contained in:
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -804,6 +804,10 @@ dd {
|
||||
background-color: var(--api-entry-background);
|
||||
}
|
||||
|
||||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table.docutils {
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user