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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content mb-2" dir="auto" v-html="group.summary" />
|
<div
|
||||||
<div class="card-custom-footer">
|
class="content mb-2 line-clamp-3"
|
||||||
|
dir="auto"
|
||||||
|
v-html="group.summary"
|
||||||
|
/>
|
||||||
|
<div>
|
||||||
<inline-address
|
<inline-address
|
||||||
class="has-text-grey-dark"
|
class="has-text-grey-dark"
|
||||||
v-if="group.physicalAddress"
|
v-if="group.physicalAddress"
|
||||||
|
|
Loading…
Reference in a new issue