better text alignment on provider list
This commit is contained in:
parent
10a82336b3
commit
975d532a76
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card__desc rich-text-content" style="align-self: flex-start;">
|
||||
{{ provider.description|safe|truncatewords_html:50 }}
|
||||
<div class="card__desc flex-grow-1 rich-text-content">
|
||||
{{ provider.description|safe|truncatewords_html:30 }}
|
||||
</div>
|
||||
|
||||
<div class="card__footer mt-3">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue