Hi all,
we have a layouting component with the wrapper div as mentioned below and contains 'dynamic' css class added on its div tag. When we include this component as part of Sling Dynamic Include, the component is got distorted and the div tag was removed. So the layouting configurations are not working on the dynamic components.
<div class="aem-GridColumn aem-GridColumn--default--8 aem-GridColumn--phone--12 myteamwidget">
component body
</div>
Do you have any other idea?
Thank you!