Hello all!
Just wanted to highlight a bug in the tab component where the tabs don’t wrap correctly. It’s hard to describe so I made a video… I’ve seen this in multiple orgs but haven’t gotten round to documenting it until now.
Cheers!
Louis
Page 1 / 1
Ah! I can see that the issue is actually due to this css in the theme:
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover { border-top: 0 solid transparent;<br />}
If you get rid of the border-top on the active tab the problem goes away. For now I’ll just add this to some page CSS.
Cheers!
Louis
Last note - so, to fix - apply:
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-hover {<br> border-top: 1px solid transparent;<br>}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.