Consistent Styling for Nested Lists with Bootstrap

前端 未结 5 1384
陌清茗
陌清茗 2020-12-22 18:39

Is there a way to make nested lists in twitter bootstrap look like a normal list, with the nested items simply indented (and have it work for an arbitrarily deep nesting)? B

5条回答
  •  遥遥无期
    2020-12-22 19:16

    One way

    • One
    • Two
      • Item 2a
      • Item 2b
    • Three
      • Item 3a
      • Item 3b

    
    

    https://jsfiddle.net/7o8rp0kv/3/

提交回复
热议问题