forked from shibao/cannery
use full width in modals
This commit is contained in:
parent
7b79dbf935
commit
732a4fcbb2
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user