Skip to content

Commit

Permalink
enable auto adjust table width for the markdown files in docs/wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuting committed Aug 15, 2024
1 parent cee5d62 commit bfe94d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/_static/mycss.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@

.bd-page-width {
max-width: 100%; /* default is 88rem */
}
}

.pst-scrollable-table-container table.table {
width: auto;
}

0 comments on commit bfe94d1

Please sign in to comment.