fix: layout issues on storage selection for postgres
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user