app/components/avo/panel_component.html.erb in avo-2.11.3.pre.1 vs app/components/avo/panel_component.html.erb in avo-2.11.3.pre.2
- old
+ new
@@ -15,10 +15,10 @@
<%== description %>
</div>
<% end %>
</div>
<% if tools.present? %>
- <div class="flex-1 w-full flex flex-wrap flex-col sm:flex-row xl:justify-end sm:items-end gap-2 mt-4 xl:mt-0" data-target="panel-controls">
+ <div class="flex-1 w-full flex flex-col sm:flex-row xl:justify-end sm:items-end space-y-2 sm:space-y-0 sm:space-x-2 mt-4 xl:mt-0">
<%= tools %>
</div>
<% end %>
</div>
<% end %>