refactor: use col for the product additional info section

pagebuilder
Jatin 2023-12-04 20:19:28 +05:30
parent 5c3be1cc19
commit d975069771
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<div class="product-additional-info">
<div class="product-additional-info flex flex-col">
{hook h='displayProductAdditionalInfo' product=$product}
</div>