Skip to content
Snippets Groups Projects
Commit afea77d6 authored by Laurent's avatar Laurent
Browse files

hotline #117384 Templates : fix CSS for kiosks embedded in artiles using wall or grid layout

parent 2aa4864a
Branches
Tags
2 merge requests!3646Hotline,!3639hotline #117384 Templates : fix CSS for kiosks embedded in artiles using wall or grid layout
Pipeline #11120 passed with stage
in 50 minutes and 28 seconds
- ticket #117384 : Magasin de thèmes : kiosque embarqués dans un article : correction de la visibilité en modes "mur" et "grille"
\ No newline at end of file
......@@ -893,3 +893,15 @@ input[id^="select_record"] + * {
border: .25em solid currentColor !important;
border-right-color: transparent !important;
}
/* kiosks embedded in articles */
.card_article .boite.kiosque .masonry {
grid-auto-rows: auto;
}
.card_article .boite.kiosque .masonry-brick {
visibility: inherit;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment