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
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ defmodule CanneryWeb.ModalComponent do
<% end %>
<%# 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 %>
</div>
</div>