Skip to content

Commit

Permalink
Close bigger panel first
Browse files Browse the repository at this point in the history
  • Loading branch information
elias-ba committed Sep 20, 2023
1 parent 468f346 commit fdc8b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lightning_web/live/workflow_live/job_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule LightningWeb.WorkflowLive.JobView do
</div>
<div class="basis-1/3 flex justify-end">
<div class="flex w-14 items-center justify-center">
<.link patch={@close_url}>
<.link patch={@close_url} phx-hook="ClosePanelViaEscape">
<Heroicons.x_mark class="w-6 h-6 text-gray-500 hover:text-gray-700 hover:cursor-pointer" />
</.link>
</div>
Expand Down

0 comments on commit fdc8b09

Please sign in to comment.