mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 01:16:21 +00:00
Fix table wrapping
This commit is contained in:
2
docs/_static/style.css
vendored
2
docs/_static/style.css
vendored
@ -804,6 +804,7 @@ dd {
|
||||
|
||||
table.docutils {
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table.docutils.footnote {
|
||||
@ -828,6 +829,7 @@ table.docutils tbody tr td {
|
||||
border-top: solid 1px var(--table-border);
|
||||
padding: 7px 5px;
|
||||
vertical-align: top;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
table.docutils tbody tr:last-child th,
|
||||
table.docutils tbody tr:last-child td {
|
||||
|
Reference in New Issue
Block a user