update: constrain edit project dialog width
This commit is contained in:
parent
494e8d5be9
commit
9fbf2e72b4
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export function DialogEditProject(props: { project: LocalProject }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog title="Edit project">
|
<Dialog title="Edit project" class="w-full max-w-[480px] mx-auto">
|
||||||
<form onSubmit={handleSubmit} class="flex flex-col gap-6 p-6">
|
<form onSubmit={handleSubmit} class="flex flex-col gap-6 p-6">
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<TextField
|
<TextField
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue