From d46cf60556d1f31e4ffdf52f42ed15d1fcd5a365 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 28 Mar 2024 22:20:13 +0800 Subject: [PATCH] Update CSS classes in settings UI components This commit updates the CSS classes for the team account settings container and the settings page to increase their width. By replacing the existing classes with "w-full", both components will now take up the full width of their parent element, improving the layout responsiveness. --- apps/web/app/(dashboard)/home/[account]/settings/page.tsx | 2 +- .../src/components/settings/team-account-settings-container.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(dashboard)/home/[account]/settings/page.tsx b/apps/web/app/(dashboard)/home/[account]/settings/page.tsx index 91b9bb616..5879d11f6 100644 --- a/apps/web/app/(dashboard)/home/[account]/settings/page.tsx +++ b/apps/web/app/(dashboard)/home/[account]/settings/page.tsx @@ -47,7 +47,7 @@ async function TeamAccountSettingsPage(props: Props) {
diff --git a/packages/features/team-accounts/src/components/settings/team-account-settings-container.tsx b/packages/features/team-accounts/src/components/settings/team-account-settings-container.tsx index 08e4bebd2..ae095c937 100644 --- a/packages/features/team-accounts/src/components/settings/team-account-settings-container.tsx +++ b/packages/features/team-accounts/src/components/settings/team-account-settings-container.tsx @@ -27,7 +27,7 @@ export function TeamAccountSettingsContainer(props: { }; }) { return ( -
+