forked from potsda.mn/mobilizon
Show only 3 lines of description on group card
Closes #1021 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
f33a9bf2ae
commit
1b0f59937d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue