fix: layout

This commit is contained in:
Elie Baier 2024-05-08 22:00:56 +02:00
parent 27e9e2d941
commit d8e1ebdec2
1 changed files with 1 additions and 1 deletions

View File

@ -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')}> <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} /> <RadioGroupItem value={specs.id} id={specs.id} />
<label htmlFor={specs.id} className="flex flex-row items-center gap-4"> <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> <p className="text-xl">{specs.id.replace('postgres-', '').toUpperCase()}</p>
</div> </div>
<p className="text-sm text-gray-700"> <p className="text-sm text-gray-700">