Skip to content

Commit

Permalink
Render full-width tables in rules reference (#5636)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jul 10, 2023
1 parent 2701144 commit eb69fe3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@
[data-md-color-scheme="astral-dark"] img[src$="#gh-dark-mode-only"] {
display: inline; /* Show dark images in dark mode */
}

/* See: https://github.com/squidfunk/mkdocs-material/issues/175#issuecomment-616694465 */
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}

0 comments on commit eb69fe3

Please sign in to comment.