[Bug] Margin in Tabs widget prevents styling via `designOption.json`
In the Tabs widget, Captivate applies the following CSS rule to an inner container:
.cp-tabs-widget .cp-tabs-container .cp-widget-content-container > div {
width: 100%;
height: 100%;
margin: 10px 0px;
}
The margin: 10px 0px
cannot be controlled via designOptions.json
. Visual styling such as margin or padding should be configurable.
1
vote
