Skip to content

Commit

Permalink
Update column.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored May 10, 2024
1 parent 8d2a3fe commit 8b4524f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangocms_column/templates/cms/plugins/column.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load cms_tags %}
<div class="column" style="width: {{ instance.width }}; float: left;">
<div class="column" style="width: {{ instance.width }}; float: inline-start; float: left;">
{% for plugin in instance.child_plugin_instances %}
{% render_plugin plugin %}
{% endfor %}
</div>
</div>

0 comments on commit 8b4524f

Please sign in to comment.