mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
dev_docs: Better present images in tables.
This commit is contained in:
7
docs/_static/theme_overrides.css
vendored
7
docs/_static/theme_overrides.css
vendored
@@ -9,3 +9,10 @@
|
|||||||
.wy-table-responsive {
|
.wy-table-responsive {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Present tables with columns of equal size
|
||||||
|
when images are present. */
|
||||||
|
.rst-content table.docutils:has(img) {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user