display:flex is not working in Version 2.10.13
By Kaylie Son, 5 years ago. Last reply by Andrew Misplon, 5 years ago
I recently updated Page Builder by SiteOrigin plugin to version 2.10.13 and SiteOrigin Widgets Bundle plugin to version 1.15.9. After updated, the page layout is missing this code from the plugin CSS below which causes to break the previous layout. .panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style{ display: flex; -ms-flex-wrap: wrap; flex-wrap: nowrap; -ms-justify-content: space-between; justify-content: space-between; } Is there…