mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
removed widths from settings div to make sure it is always centered
This commit is contained in:
parent
e81db9eda7
commit
2fa086075d
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue