(fix) CSS- item relationship space in child section [SCI-10057]

This commit is contained in:
Gregor Lasnibat 2024-01-19 14:56:02 +01:00
parent a179351315
commit 1bb6055f91

View file

@ -205,7 +205,7 @@
</div>
<div v-if="childrenCount">
<details v-for="(child) in children" :key="child.code" @toggle="updateOpenState(child.code, $event.target.open)"
class="flex flex-col font-normal gap-4 group last-of-type:[&>p:last-child]:mb-0">
class="flex flex-col font-normal gap-4 group-last-of-type:[&>p:last-child]:mb-0">
<summary class="flex flex-row gap-3 mb-4 relative"
:class="{ 'group-last-of-type:mb-0': !relationshipDetailsState[child.code] }">
<img :src="icons.delimiter_path" class="w-3 h-3 flex-shrink-0 cursor-pointer relative top-1"