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>
))}
</RadioGroup>
<div>
<div className="flex flex-col gap-2">
<div>
<label>Storage</label>
<p>{storage} GB</p>
<p>
Storage: <span className="text-gray-700">{storage} GB</span>
</p>
</div>
<Slider
min={MIN_STORAGE / 10}