Kristof Neirynck

Results 3 comments of Kristof Neirynck

Is this included in 1.9.3?

Another workaround is to add this to the `style.css` file. ``` /* BEGIN workaround bootstrap 5 dropped support for card-columns */ .card-columns { display: flex; flex-wrap: wrap; justify-content: flex-start; }...