MagNET / pdoc_templates /module.html.jinja2
ekwan16's picture
Add files using upload-large-folder tool
fefb9a6 verified
Raw
History Blame Contribute Delete
330 Bytes
{% extends "default/module.html.jinja2" %}
{% block style %}
{{ super() }}
<style>
/* Widen the content column so wide tables (e.g. the supported-solvent table) are not clipped. */
main, header { width: calc(78rem + var(--sidebar-width)); }
.pdoc table { width: 100%; }
</style>
{% endblock %}