Skip to content

Commit

Permalink
Merge pull request #134 from nossas/fix/2-column-width
Browse files Browse the repository at this point in the history
Fix: Adiciona w-full ao GridPlugin
  • Loading branch information
miguelzinh3 authored Oct 17, 2023
2 parents f4f0923 + 74623bc commit b792088
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 b792088

Please sign in to comment.