fix: wider project settings, remove inner scroll
This commit is contained in:
parent
503bb1379a
commit
9c95cb908b
@ -111,7 +111,7 @@ export default function ProjectSettings({ project, onUpdated }: Props) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-xl mx-auto p-6 pb-20 space-y-6 overflow-y-auto h-full">
|
<div className="max-w-2xl mx-auto p-6 pb-20 space-y-6">
|
||||||
<h2 className="text-lg font-bold">Настройки проекта</h2>
|
<h2 className="text-lg font-bold">Настройки проекта</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user