Remove height from Card

This commit is contained in:
Jan Bader 2022-03-01 20:31:13 +00:00
parent 466239ce11
commit d0ade0f2f1

View File

@ -2,7 +2,7 @@
</script> </script>
<template> <template>
<div class="flex flex-row items-center bg-gray-300 h-32 rounded-lg"> <div class="flex flex-row items-center bg-gray-300 rounded-lg">
<slot></slot> <slot></slot>
</div> </div>
</template> </template>