From 405a924de975b6b19db1e1f5caf7238e477f78f7 Mon Sep 17 00:00:00 2001 From: Hachard Victor <31635811+VictorHachard@users.noreply.github.com> Date: Sat, 1 Jun 2024 15:29:19 +0200 Subject: [PATCH] [web_widget_mermaid_field] Update index.html --- web_widget_mermaid_field/static/description/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web_widget_mermaid_field/static/description/index.html b/web_widget_mermaid_field/static/description/index.html index 7420190..1d40d07 100644 --- a/web_widget_mermaid_field/static/description/index.html +++ b/web_widget_mermaid_field/static/description/index.html @@ -34,7 +34,11 @@
Can be used to have a horizontal scroll bar for the diagram.
-<field name="mermaid_diagram" widget="mermaid" options="{'mermaid_scroll_x': True, 'division_ration': 1.5}"/>+
+<group> + <field colspan="2" nolabel="1" name="mermaid_diagram" widget="mermaid" options="{'mermaid_scroll_x': True, 'division_ration': 1.5}"/> +</group> +