- Issue created by @scott_euser
In 🐛 Paragraphs stick out from the edge Needs review this was introduced:
td .claro-details {
width: 100%;
box-sizing: border-box;
}
But in Field Group 4.x these are the horizontal tabs classes (removed irrelevant ones for simplicity):
<ul class="horizontal-tabs-list">
<li class="horizontal-tab-button claro-details"></li>
<li class="horizontal-tab-button claro-details"></li>
</ul>
Before screenshot:
After screenshot:
Ensure width auto is set on horizontal tab buttons
MR
Horizontal tabs are horizontal
N/A
N/A
Active
4.0
Code