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 8b4524f commit fe15c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_column/templates/cms/plugins/column.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load cms_tags %}
<div class="column" style="width: {{ instance.width }}; float: inline-start; float: left;">
<div class="column" style="width: {{ instance.width }}; float: left; float: inline-start;">
{% for plugin in instance.child_plugin_instances %}
{% render_plugin plugin %}
{% endfor %}
Expand Down

0 comments on commit fe15c6f

Please sign in to comment.