Sharing below the only way i was able to set the tabs size for opened menus with the responsive menu
The value hardcoded by Scriptcase is small and long menu titles are truncated.
Change 200px to suit your needs
onApplicationInit of the responsive menu
echo '<style>.tab > a > span { max-width: 200px !important; }</style>';