It's not entirely clear what result you want, tabs will scroll on mobile devices,
if you want them all to be visible use this css code
@media (max-width: 1280px){
.ba-account-wrapper .nav-tabs {
flex-direction: column;
}
}
Best Regards,
Vyacheslav, Balbooa Support Team