mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
[ FIX ] : Remove fixed height from component item style
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user