Skip to content

Commit

Permalink
fix: add w-full to grid plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Oct 17, 2023
1 parent bdbcc9f commit 74623bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load cms_tags %}

<div class="grid gap-20 {{ instance.cols }}">
<div class="grid gap-20 w-full {{ instance.cols }}">
{% for plugin in instance.child_plugin_instances %}
{% render_plugin plugin %}
{% endfor %}
Expand Down

0 comments on commit 74623bc

Please sign in to comment.