Skip to content

Commit a5c7d98

Browse files
committed
fix: inconsistent max-width
1 parent f84ef8e commit a5c7d98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/algora_web/live/org/dashboard_public_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defmodule AlgoraWeb.Org.DashboardPublicLive do
4545

4646
def render(assigns) do
4747
~H"""
48-
<div class="container mx-auto max-w-6xl space-y-6 p-6">
48+
<div class="container mx-auto max-w-7xl space-y-6 p-6">
4949
<!-- Org Header -->
5050
<div class="rounded-xl border bg-card p-6 text-card-foreground">
5151
<div class="flex flex-col gap-6 md:flex-row">

lib/algora_web/live/org/team_live.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule AlgoraWeb.Org.TeamLive do
2020

2121
def render(assigns) do
2222
~H"""
23-
<div class="container mx-auto max-w-6xl space-y-6 p-6">
23+
<div class="container mx-auto max-w-7xl space-y-6 p-6">
2424
<div class="space-y-1">
2525
<h1 class="text-2xl font-bold">Team</h1>
2626
<p class="text-muted-foreground">Manage your organization's team members and contractors</p>

0 commit comments

Comments
 (0)