Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ Details: 8rem for search box etc*/
max-width: 100%;
}

/* Make table container width fit content instead of spanning full width. */
.pst-scrollable-table-container {
display: inline-block;
overflow-x: auto;
max-width: 100%;
}

/* Restore proper table display to maintain column alignment */
.bd-content table thead,
.bd-content table tbody { display: table-row-group; }
Expand Down