mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +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 {
|
||||
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