[ FIX ] : Remove fixed height from component item style

This commit is contained in:
Utkarsh-Singhal-26
2025-11-03 10:19:00 +05:30
parent 8d07c6b041
commit 0f744a40a6

View File

@@ -480,7 +480,6 @@ watch(virtualedRows, newRows => {
:to="`/${slug(fromPascal(item.categoryKey))}/${slug(fromPascal(item.componentKey))}` || '#'"
:data-item-key="item.key"
:style="{
height: `${CARD_HEIGHT}px`,
backgroundColor: '#222',
borderRadius: `${CARD_RADIUS}px`,
padding: `${CARD_PADDING}px`