Merge branch 'master' into prod
reglage du pb d'affichage présentation d'équipe dans gouvernance
This commit is contained in:
commit
f0b7202210
|
@ -1584,6 +1584,7 @@ body.toolbar-fixed header {
|
|||
}
|
||||
.content_gouvernance .views-row article > div:first-of-type {
|
||||
height: unset;
|
||||
flex-direction: column;
|
||||
}
|
||||
.content_gouvernance .views-row article .paragraph--type--membre-equipe {
|
||||
height: auto;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12,6 +12,7 @@
|
|||
}
|
||||
> div:first-of-type {
|
||||
height: unset;
|
||||
flex-direction: column;
|
||||
}
|
||||
.paragraph--type--membre-equipe {
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in New Issue