Skip to content

Commit 66ae602

Browse files
sphinx styling override to allow body/tables to take up width of page instead of being constrained to 800px which impacts readability
1 parent 026e5bf commit 66ae602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/templates/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
}
1616
})
1717
</script>
18+
<style>
19+
div.body {
20+
/* Makes tables readable (default max-width of 800px squishes their layout too much on most screens) */
21+
max-width: revert;
22+
}
23+
</style>
1824
{% endblock %}

0 commit comments

Comments
 (0)