mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #940 from drudge/wrap-secrets
fix(preview-deployments): wrap long envs
This commit is contained in:
@@ -62,6 +62,7 @@ export const Secrets = (props: Props) => {
|
||||
}
|
||||
language="properties"
|
||||
disabled={isVisible}
|
||||
lineWrapping
|
||||
placeholder={props.placeholder}
|
||||
className="h-96 font-mono"
|
||||
{...field}
|
||||
|
||||
Reference in New Issue
Block a user