réglage du pb d'affichage des paragraphes d'équipe dans la page gouvernance
This commit is contained in:
parent
20506e8c5a
commit
84515f933c
|
@ -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
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue