[Bug] Inline margin in Tabs widget (cp-content-image)
In the Tabs widget, Captivate injects an inline margin (margin: 0px 2% 0px 0px
) into the cp-content-image
element at page generation:
<div class="cp-content-image" style="box-sizing: border-box; margin: 0px 2% 0px 0px; padding: 0px; flex: 0 1 40%;">...</div>
This behavior overrides any margin settings defined in designOption.json
(e.g., margin: 0
or even margin: 0 !important
).
Expected behavior: No inline margin should be injected. The margin must be controlled exclusively through the designOption.json
to ensure predictable and customizable layouts.
1
vote
