toulouse-2022: correct details section on parsifal activity catalog (#78245) #305

Merged
nroche merged 1 commits from wip/78245-toulouse-2022-catalogue-maelis-details into main 2023-06-12 14:36:02 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -173,6 +173,12 @@
}
}
&--item-details {
width: 100%;
flex-grow: 1;
margin-bottom: 10px;
}
&--item.collapsed &--item-details {
display: none;
}