Fix text overflow on group card description

Closes #1085

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-21 11:53:16 +02:00
parent e36f8f53ab
commit adfe7b2af2
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 5 deletions

View File

@ -31,11 +31,7 @@
</span> </span>
</div> </div>
</div> </div>
<div <div class="mb-2 line-clamp-3" dir="auto" v-html="group.summary" />
class="content mb-2 line-clamp-3"
dir="auto"
v-html="group.summary"
/>
<div> <div>
<inline-address <inline-address
class="has-text-grey-dark" class="has-text-grey-dark"