use full width in modals

This commit is contained in:
shibao 2021-09-12 18:55:15 -04:00 committed by oliviasculley
parent 7b79dbf935
commit 732a4fcbb2

View File

@ -25,7 +25,7 @@ defmodule CanneryWeb.ModalComponent do
<% end %> <% end %>
<%# modal content %> <%# modal content %>
<div class="flex flex-col space-y-4 justify-center items-center"> <div class="w-full flex flex-col space-y-4 justify-center items-center">
<%= live_component @socket, @component, @opts %> <%= live_component @socket, @component, @opts %>
</div> </div>
</div> </div>