Skip to content
Snippets Groups Projects
Commit b430135f authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'canini-2' into 'main'

media alignment fix

See merge request !16
parents bb050325 8a8c2dc6
No related branches found
No related tags found
1 merge request!16media alignment fix
......@@ -45,5 +45,8 @@
</div>
</div>
{% else %}
{{ content }}
<div{{ attributes }}>
{{ title_suffix.contextual_links }}
{{ content }}
</div>
{% endif %}
......@@ -44,5 +44,8 @@
</div>
</div>
{% else %}
{{ content }}
<div{{ attributes }}>
{{ title_suffix.contextual_links }}
{{ content }}
</div>
{% endif %}
......@@ -45,5 +45,8 @@
</div>
</div>
{% else %}
{{ content }}
<div{{ attributes }}>
{{ title_suffix.contextual_links }}
{{ content }}
</div>
{% endif %}
......@@ -44,5 +44,8 @@
</div>
</div>
{% else %}
{{ content }}
<div{{ attributes }}>
{{ title_suffix.contextual_links }}
{{ content }}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment