fix display of thirdparty contact badges in twig template

This commit is contained in:
Julie Lenaerts 2022-03-02 19:20:09 +01:00
parent abe183fd10
commit 595ddf5b6f
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ div.thirdparty-list {
div.item-col:first-child {
flex-basis: 25%;
}
div.wrap {
flex-wrap: wrap;
}
}
}
}

View File

@ -173,7 +173,7 @@
{% if options['showContacts'] and thirdparty.activeChildren|length > 0 %}
<div class="item-row">
<div class="item-col"></div>
<div class="item-col">
<div class="item-col wrap">
<h5 class="me-2">{{ 'thirdparty.Children'|trans ~ ': ' }}</h5>
{% for c in thirdparty.activeChildren %}
{% include '@ChillMain/OnTheFly/_insert_vue_onthefly.html.twig' with {