fix: layout issues on storage selection for postgres
This commit is contained in:
parent
d8e1ebdec2
commit
0c8c513e66
|
@ -82,10 +82,11 @@ export function PostgresSpecsPage({ config, setConfig }: { config: IDatabaseConf
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
<div>
|
<div className="flex flex-col gap-2">
|
||||||
<div>
|
<div>
|
||||||
<label>Storage</label>
|
<p>
|
||||||
<p>{storage} GB</p>
|
Storage: <span className="text-gray-700">{storage} GB</span>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Slider
|
<Slider
|
||||||
min={MIN_STORAGE / 10}
|
min={MIN_STORAGE / 10}
|
||||||
|
|
Loading…
Reference in New Issue