Skip to content

Commit d0afbf4

Browse files
committed
fix(builder): prevent button height shift in database/ORM selection
1 parent 43fa62c commit d0afbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/builder/FeaturePicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function FeatureCard({ feature, categoryColor }: FeatureCardProps) {
316316
onClick={handleClick}
317317
disabled={isDisabled}
318318
className={twMerge(
319-
'relative w-full flex items-center gap-3 p-3 rounded-lg border text-left transition-all',
319+
'relative w-full h-full flex items-center gap-3 p-3 rounded-lg border text-left transition-all',
320320
selected
321321
? 'border-current'
322322
: enabled

0 commit comments

Comments
 (0)