Fix text overflow on group card description
Closes #1085 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e36f8f53ab
commit
adfe7b2af2
@ -31,11 +31,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="content mb-2 line-clamp-3"
|
||||
dir="auto"
|
||||
v-html="group.summary"
|
||||
/>
|
||||
<div class="mb-2 line-clamp-3" dir="auto" v-html="group.summary" />
|
||||
<div>
|
||||
<inline-address
|
||||
class="has-text-grey-dark"
|
||||
|
Loading…
Reference in New Issue
Block a user