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>
|
||||
))}
|
||||
</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}
|
||||
|
|
Loading…
Reference in New Issue