We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f434dc commit 155b56eCopy full SHA for 155b56e
docs/source/_static/theme_overrides.css
@@ -94,6 +94,13 @@ Details: 8rem for search box etc*/
94
max-width: 100%;
95
}
96
97
+/* Make table container width fit content instead of spanning full width. */
98
+.pst-scrollable-table-container {
99
+ display: inline-block;
100
+ overflow-x: auto;
101
+ max-width: 100%;
102
+}
103
+
104
/* Restore proper table display to maintain column alignment */
105
.bd-content table thead,
106
.bd-content table tbody { display: table-row-group; }
0 commit comments