From 93ac69d1fe8c18ab37889f0387a128d65c3eefa0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 10 Apr 2024 18:02:07 +0200 Subject: 📝 documentation: first try to integrate auto-generated explicit fields description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/fr/source/_static/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/fr/source/_static/css/custom.css (limited to 'docs/fr/source/_static') diff --git a/docs/fr/source/_static/css/custom.css b/docs/fr/source/_static/css/custom.css new file mode 100644 index 000000000..f9a131c54 --- /dev/null +++ b/docs/fr/source/_static/css/custom.css @@ -0,0 +1,9 @@ +.line cite{ + font-size: 0.9em; +} + +.wy-table-responsive table td, .wy-table-responsive table th, +.rst-content table.docutils thead, .rst-content table.field-list thead, .wy-table thead { + white-space: normal !important; +} + -- cgit v1.2.3