aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-06-27 07:55:30 -0400
committerRapptz <[email protected]>2020-06-27 07:55:47 -0400
commit8feb74a0183dc5c88c66fada261751b1f48f957a (patch)
tree8c73ad84e3b35d007e09742605a429995a01ae58 /docs
parentAdd border radius and padding to inline code (diff)
downloaddiscord.py-8feb74a0183dc5c88c66fada261751b1f48f957a.tar.xz
discord.py-8feb74a0183dc5c88c66fada261751b1f48f957a.zip
Revert "Fix table wrapping"
This reverts commit c911cd0dbd06f6c0e774396174fb383fc63d172f.
Diffstat (limited to 'docs')
-rw-r--r--docs/_static/style.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 06a72904..66ae3a4a 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -806,7 +806,6 @@ dd {
table.docutils {
width: 100%;
- table-layout: fixed;
}
table.docutils.footnote {
@@ -831,7 +830,6 @@ 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 {