Show only 3 lines of description on group card

Closes #1021

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-03-24 14:41:49 +01:00
parent f33a9bf2ae
commit 1b0f59937d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 6 additions and 2 deletions

View File

@ -31,8 +31,12 @@
</span>
</div>
</div>
<div class="content mb-2" dir="auto" v-html="group.summary" />
<div class="card-custom-footer">
<div
class="content mb-2 line-clamp-3"
dir="auto"
v-html="group.summary"
/>
<div>
<inline-address
class="has-text-grey-dark"
v-if="group.physicalAddress"