I like the tabs to wrap, and it works for most times.
But - if I have long Title-names and wrap="true" the title-text wraps and if I delete the wrap="true" the titles are in one row but the small screen becomes "scroll".
I added this to the custom.css and it seems to work:
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=horizontal][data-rlta-alignment=center] > [data-rlta-element=button-list] {
justify-content: center;
text-wrap-mode: nowrap;
}