flex-table column width auto; overwrite for specific use

This commit is contained in:
2021-08-01 13:43:09 +02:00
parent 1c404e5cb3
commit 4c47105de1
3 changed files with 13 additions and 9 deletions

View File

@@ -106,6 +106,14 @@ div#header-accompanying_course-details {
padding-bottom: 1em;
}
// flex-table precision
div.accompanyingcourse-resume {
div.associated-persons {
.flex-table .item-row .item-col:first-child { flex-basis: 33%; }
}
}
/*
* HOUSEHOLD CONTEXT
* Header custom for Household

View File

@@ -36,7 +36,7 @@
{% if participation.enddate is null %}
<div class="item-bloc">
{{ participation.person|chill_entity_render_box({
'render': 'bloc', 'addLink': false, 'addInfo': true,
'render': 'bloc', 'addLink': false, 'addInfo': true, 'addAltNames': false,
'customButtons': { 'before': _self.button_person(participation.person) }
}) }}
</div>