réglage du pb d'affichage des paragraphes d'équipe dans la page gouvernance

This commit is contained in:
Valentin 2024-01-26 15:56:31 +01:00
parent 20506e8c5a
commit 84515f933c
3 changed files with 3 additions and 1 deletions

View File

@ -1584,6 +1584,7 @@ body.toolbar-fixed header {
} }
.content_gouvernance .views-row article > div:first-of-type { .content_gouvernance .views-row article > div:first-of-type {
height: unset; height: unset;
flex-direction: column;
} }
.content_gouvernance .views-row article .paragraph--type--membre-equipe { .content_gouvernance .views-row article .paragraph--type--membre-equipe {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,7 @@
} }
> div:first-of-type { > div:first-of-type {
height: unset; height: unset;
flex-direction: column;
} }
.paragraph--type--membre-equipe { .paragraph--type--membre-equipe {
height: auto; height: auto;