mirror of https://github.com/astral-sh/ruff
Render full-width tables in rules reference (#5636)
This commit is contained in:
parent
27011448ea
commit
eb69fe37bf
|
|
@ -84,3 +84,11 @@
|
||||||
[data-md-color-scheme="astral-dark"] img[src$="#gh-dark-mode-only"] {
|
[data-md-color-scheme="astral-dark"] img[src$="#gh-dark-mode-only"] {
|
||||||
display: inline; /* Show dark images in dark mode */
|
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…
Reference in New Issue