Skip to content

Commit

Permalink
w-full on top bar
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Aug 31, 2024
1 parent ed724af commit 958309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_hq_web/components/app_view/top_bar.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule AshHqWeb.Components.AppView.TopBar do
id="top-bar"
class={classes([
"flex justify-between items-center py-4 px-4 h-20 top-0 z-40 2xl:w-[1500px] self-center",
"flex justify-between items-center py-4 px-4 h-20 top-0 z-40 2xl:w-[1500px] self-center w-full",
sticky: @live_action == :docs_dsl,
"border-b border-base-light-300 dark:border-base-dark-700 bg-white dark:bg-base-dark-850":
@live_action == :docs_dsl
Expand Down

0 comments on commit 958309d

Please sign in to comment.