mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Render full-width tables in rules reference (#5636)
This commit is contained in:
parent
27011448ea
commit
eb69fe37bf
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue