fix: layout issues on storage selection for postgres

This commit is contained in:
Elie Baier 2024-05-09 11:15:46 +02:00
parent d8e1ebdec2
commit 0c8c513e66
1 changed files with 4 additions and 3 deletions

View File

@ -82,10 +82,11 @@ export function PostgresSpecsPage({ config, setConfig }: { config: IDatabaseConf
</div> </div>
))} ))}
</RadioGroup> </RadioGroup>
<div className="flex flex-col gap-2">
<div> <div>
<div> <p>
<label>Storage</label> Storage: <span className="text-gray-700">{storage} GB</span>
<p>{storage} GB</p> </p>
</div> </div>
<Slider <Slider
min={MIN_STORAGE / 10} min={MIN_STORAGE / 10}