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.
This commit is contained in:
giancarlo
2024-03-28 22:20:13 +08:00
parent 260f7b3295
commit d46cf60556
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export function TeamAccountSettingsContainer(props: {
};
}) {
return (
<div className={'flex flex-col space-y-8'}>
<div className={'flex w-full flex-col space-y-8'}>
<Card>
<CardHeader>
<CardTitle>