Skip to content

Instantly share code, notes, and snippets.

@TJohnson93
Created October 13, 2023 00:24
Show Gist options
  • Select an option

  • Save TJohnson93/af0220f6ac8eff6f41a43c94ded4eb93 to your computer and use it in GitHub Desktop.

Select an option

Save TJohnson93/af0220f6ac8eff6f41a43c94ded4eb93 to your computer and use it in GitHub Desktop.
MkDocs - Fix 100% Table Width
/* ******************************************************** */
/* Table 100% Width fix */
/* ******************************************************** */
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment