Skip to content
Snippets Groups Projects
Commit 33cd6223 authored by efalcy's avatar efalcy
Browse files

Merge branch...

Merge branch 'hotline#120291_pb_d_affichage_des_modes_mur_et_grille_si_trop_d_elements' into 'hotline'

hotline MT #120291 fix wall and grid css

See merge request !3730
parents 84800401 1d1f3659
1 merge request!3730hotline MT #120291 fix wall and grid css
Pipeline #11629 passed with stage
in 59 minutes and 55 seconds
- ticket #120291 : Magasin de thèmes : Correction des modes mur grille quand il y a plus 50 éléments.
\ No newline at end of file
......@@ -758,7 +758,7 @@ dl.row {
.masonry_grid {
gap: 0 10px;
grid-template-rows: repeat(10, auto);
grid-template-rows: repeat(10000, auto);
}
@media (min-width: 576px) {
......
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