Skip to content

Commit

Permalink
Fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy authored and SebouChu committed Sep 16, 2024
1 parent 74f3fd3 commit fdec759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<%= block_component_add_element block, t('.add') %>

<draggable :list="data.elements" handle=".dragHandle" class="row pure__row--small">
<div v-for="(element, index) in data.elements" class="col-lg-4">
<div v-for="(element, index) in data.elements" class="col-lg-4 mb-4">
<div class="card">
<div class="card-header border-bottom">
<a class="btn ps-0 pt-0 dragHandle">
Expand Down

0 comments on commit fdec759

Please sign in to comment.