Skip to content

Commit

Permalink
Correct width for content sections on the form
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Oct 5, 2023
1 parent e98571b commit 6b895e9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/cells/decidim/plans/section_edit/show.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div class="content">
<div class="row columns">
<div class="static__content">
<%== model.label %>
<div class="row medium-unstack">
<div class="columns medium-11">
<div class="static__content">
<%== model.label %>
</div>
</div>
</div>
</div>

0 comments on commit 6b895e9

Please sign in to comment.