Skip to content

Commit

Permalink
Fix overlap in Championship draft
Browse files Browse the repository at this point in the history
  • Loading branch information
axelclark committed Apr 16, 2024
1 parent b48a986 commit 34e7367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ex338_web/live/championship_live/show.ex
Expand Up @@ -440,7 +440,7 @@ defmodule Ex338Web.ChampionshipLive.Show do
<% end %>
<%= if @championship.in_season_draft do %>
<div class="col-span-2 lg:col-span-1">
<div class="col-span-2 xl:col-span-1">
<.section_header>
<%= @championship.title %> Draft
</.section_header>
Expand All @@ -453,7 +453,7 @@ defmodule Ex338Web.ChampionshipLive.Show do
</div>
<% end %>
<%= if @current_user && @chat do %>
<div class="col-span-2 lg:col-span-1">
<div class="col-span-2 xl:col-span-1">
<.section_header>
Draft Chat
</.section_header>
Expand Down

0 comments on commit 34e7367

Please sign in to comment.