Jm-University user here however DJ-Tabs are used on a lot of the templates. This fixes the issue of the disappearing arrow and resizing not working
Any how
If you want to make a change to your Front Tabs mod via Module Manager no matter what you change hitting the save button will remove your arrows and stacking of the tabs. When it saves even if you change nothing but hit save it changes the database_modules param column to the standard DJ tab param and not the custom one that your template provided. For instance just by hitting the save button this
{"group_id":"2","theme":"-1","layout":"tabs","moduleclass_sfx":" full-tabs-ms stripe-ms","video_autopause":"","accordion_display":"","tabs_hidden":"2","rows_number":"","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}
gets changed to this. Which when you shrink your screen the tabs don't stack and the arrow disappears
{"group_id":"2","theme":"-1","layout":"default","video_autopause":"","accordion_display":"","tabs_hidden":"2","rows_number":"","tabs_trigger":"","scroll_to_accordion":"","truncate_titles":"","tab":"1","moduleclass_sfx":" full-tabs-ms stripe-ms","video_fix":"0","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}
So open your database and change the parameter back to (adjust group id as needed the default front tabs in the university template is group id 2)
{"group_id":"2","theme":"-1","layout":"tabs","moduleclass_sfx":" full-tabs-ms stripe-ms","video_autopause":"","accordion_display":"","tabs_hidden":"2","rows_number":"","module_tag":"div","bootstrap_size":"0","header_tag":"h3","header_class":"","style":"0"}
and you will be back in business with the proper shrinking tab with the arrow