feat: increase PostEditor dialog width
This commit is contained in:
parent
94f35be93e
commit
8f8f595940
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default function PostEditor({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={open} onOpenChange={setOpen}>
|
<Dialog open={open} onOpenChange={setOpen}>
|
||||||
<DialogContent className="p-0" withoutClose>
|
<DialogContent className="p-0 max-w-2xl" withoutClose>
|
||||||
<ScrollArea className="px-4 h-full max-h-screen">
|
<ScrollArea className="px-4 h-full max-h-screen">
|
||||||
<div className="space-y-4 px-2 py-6">
|
<div className="space-y-4 px-2 py-6">
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue