Skip to content

Commit

Permalink
Takeover made smaller (60%)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Dec 7, 2023
1 parent f582c38 commit 5c7907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/assignment/crew_page.ex
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ defmodule Systems.Assignment.CrewPage do
<%= if @popup do %>
<.popup>
<div class="w-3/4 h-4/5 overflow-y-scroll">
<div class="w-3/5 h-4/5 overflow-y-scroll">
<.live_component id={:page_popup} module={@popup.module} {@popup.params} />
</div>
</.popup>
Expand Down

0 comments on commit 5c7907f

Please sign in to comment.