Our new tab control is designed for a better UI.
How ever, if you feel you like the previous one more... then you can easily change it.
All you neeed to do is:
Got the Form ->Style-CSS
Copy and paste the code below:
div.section-tab-warp .section-tab-list{
overflow: visible;
}
div.section-tab-warp .section-tab-list div {
float:left !important;
display: block;
}