Full width tabs using Bootstrap (Support IE)

后端 未结 8 1471
孤城傲影
孤城傲影 2021-02-02 07:34

I\'m trying to adjust Bootstrap tabs to make them span the full width of their container. Here\'s my code (a minimal working example):


<         


        
8条回答
  •  渐次进展
    2021-02-02 08:25

    You can use javascript and jquery.

    Building on Nick Bull's answer above, you can dynamically determine the number of tabs on the page using Jquery.

    Try this on your html page.

    
    

提交回复
热议问题