In my design, I am using links in a list to create tabs for responsiveness. The issue arises when the width is reduced; instead of the last tab wrapping onto the next line, I want the text within the link itself to wrap.
Setting the max-width to be 33% won't work as the number of tabs varies per page. Therefore, I need a CSS solution that can accommodate different numbers of tabs.