fix: layout
This commit is contained in:
parent
27e9e2d941
commit
d8e1ebdec2
|
@ -72,7 +72,7 @@ export function PostgresSpecsPage({ config, setConfig }: { config: IDatabaseConf
|
|||
<div key={specs.id} className={cn('flex flex-row items-center gap-4 border-[1px] rounded-lg py-2 px-4', specsTier.id == specs.id ? 'border-[#3A7BFE]' : 'border-gray-300')}>
|
||||
<RadioGroupItem value={specs.id} id={specs.id} />
|
||||
<label htmlFor={specs.id} className="flex flex-row items-center gap-4">
|
||||
<div className="w-8 h-8 rounded-full flex justify-center items-center">
|
||||
<div className="w-8 h-8 rounded-full flex justify-start items-center">
|
||||
<p className="text-xl">{specs.id.replace('postgres-', '').toUpperCase()}</p>
|
||||
</div>
|
||||
<p className="text-sm text-gray-700">
|
||||
|
|
Loading…
Reference in New Issue