Full width tabs using Bootstrap (Support IE)

后端 未结 8 1303
孤城傲影
孤城傲影 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:33

    Update 2019 - Bootstrap 4

    For future readers, it's now very simple to get full-width Tabs using the nav-fill class. This works on all modern browsers including IE 11+...

    To get full width tabs, use (sized by tab content):

      
    

    Demo

    To get full equal width tabs, use nav-justified:

    
    

提交回复
热议问题