Skip to content

Commit

Permalink
fix: margin
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalop1 committed May 29, 2024
1 parent e13d6de commit 8636de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/DeploySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function DeploySettings({
<div>.{serverDomain}</div>
</div>
</div>
<div className="font-bold text-xl mt-4">Env Variables</div>
<div className="font-bold text-xl mt-4 mb-2">Env Variables</div>
<EnvsManagements
envs={deploySetting.envs}
setEnvs={(newEnvs) => editDeploy({ ...deploySetting, envs: newEnvs })}
Expand Down

0 comments on commit 8636de7

Please sign in to comment.