diff --git a/VERSIONS_HOTLINE/122671 b/VERSIONS_HOTLINE/122671 new file mode 100644 index 0000000000000000000000000000000000000000..1408353856d642227771c2546993ecf721141b10 --- /dev/null +++ b/VERSIONS_HOTLINE/122671 @@ -0,0 +1 @@ + - ticket #122671 : Magasin de thèmes : Correction de l'affichage des derniers éléments de la liste du mode mur taille 30 et plus du résultat de recherche sur les téléphones. \ No newline at end of file diff --git a/library/templates/Intonation/Assets/css/intonation.css b/library/templates/Intonation/Assets/css/intonation.css index da84b786fa04698f933d7689e42edde627c3d5aa..bd10b1ab1ce6560c34932ac53b4e1df836b02132 100644 --- a/library/templates/Intonation/Assets/css/intonation.css +++ b/library/templates/Intonation/Assets/css/intonation.css @@ -730,7 +730,7 @@ dl.row { display: grid; grid-gap: 1em; grid-template-columns: repeat( auto-fill, minmax(200px, 1fr) ); - grid-auto-rows: 0; + grid-auto-rows: 40px; } .masonry_grid .masonry-brick {