removed widths from settings div to make sure it is always centered

This commit is contained in:
StefanWout 2024-11-18 11:21:00 +00:00
parent e81db9eda7
commit 2fa086075d
2 changed files with 2 additions and 2 deletions

View file

@ -371,7 +371,7 @@ export default function PortfolioSettings({
return (
<div className="w-auto mt-4 p-4 bg-gray-50 rounded-lg text-brandblue">
<div className="mt-4 p-4 bg-gray-50 rounded-lg text-brandblue">
<div className="rounded-md border border-gray-700">
<Table>
<TableBody>

View file

@ -11,7 +11,7 @@ export default async function PortfolioSettingsPage({
return (
<>
<div className="flex justify-center max-w-8xl w-8xl">
<div className="flex justify-center">
<PortfolioSettings
portfolioId={portfolioId}
portfolioSettingsData={portfolioSettingsData}