We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68be333 + daa8184 commit 60d1bc4Copy full SHA for 60d1bc4
apps/dokploy/components/dashboard/application/advanced/volumes/add-volumes.tsx
@@ -318,7 +318,7 @@ export const AddVolumes = ({
318
control={form.control}
319
name="content"
320
render={({ field }) => (
321
- <FormItem>
+ <FormItem className="max-w-full max-w-[45rem]">
322
<FormLabel>Content</FormLabel>
323
<FormControl>
324
@@ -327,7 +327,7 @@ export const AddVolumes = ({
327
placeholder={`NODE_ENV=production
328
PORT=3000
329
`}
330
- className="h-96 font-mono"
+ className="h-96 font-mono "
331
{...field}
332
/>
333
</FormControl>
0 commit comments