mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-03 13:05:23 +02:00
fix: adjust layout by removing unnecessary flex class from password input container
This commit is contained in:
@@ -303,7 +303,7 @@ export const StepTwo = ({ templateInfo, setTemplateInfo }: StepProps) => {
|
||||
placeholder="Variable Name"
|
||||
className="flex-1"
|
||||
/>
|
||||
<div className="flex-1 relative">
|
||||
<div className="relative">
|
||||
<Input
|
||||
type={"password"}
|
||||
value={env.value}
|
||||
|
||||
Reference in New Issue
Block a user