Fix card height if titles are different lengths
This commit is contained in:
parent
33998cf45f
commit
6483a76192
2 changed files with 2 additions and 2 deletions
src/components
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<div v-if="display == 'grid'" class="bg-white p-4 border-grey rounded border">
|
||||
<div v-if="display == 'grid'" class="bg-white p-4 border-grey rounded border flex-1">
|
||||
<div class="flex flex-col h-full justify-between">
|
||||
<div class="flex mb-12" :class="[display == 'grid' ? 'justify-between' : '']">
|
||||
<div>
|
||||
|
|
Reference in a new issue