Responsive tabs

Try adding the following CSS to your web site:

 ul[role=tablist] {
    flex-wrap: wrap;
 }
1 Like