The Issue:
When using the Tabs Design Element in Publishing Pages, the content of the tab and the title of the tab are broken by an extra whitespace. It looks like this:
The Reason:
This is a known issue happening on Publishing Pages. Fortunately, it can be quickly solved by applying some custom CSS.
The Solution
Please open the settings of Tabs and choose the Custom CSS tab. Paste the following custom CSS in the field:
&:before,
&:after {
display: inline-block;
}
Then click Update. Save the changes made on your page.
As a result, you will see that the gap has disappeared and your element is now displaying the information properly:
Please contact us in case you have any questions. We are waiting to hear from you!