Twitter Bootstrap - how to add some more margin between tooltip popup and element

后端 未结 4 2173
自闭症患者
自闭症患者 2021-02-19 09:23

i have not tryed anything since i can\'t understand where space between tooltip and element is made/added from bootstrap, normally tooltip is really near the element who trigge

4条回答
  •  不要未来只要你来
    2021-02-19 10:01

    This will work for bootstrap 4v

    The class names have changed quite dramatically:

    • .bs-tooltip-bottom
    • .bs-tooltip-top
    • .bs-tooltip-right
    • .bs-tooltip-left

    example:

    .bs-tooltip-bottom { 
        margin-top: 10px; 
     }
    

提交回复
热议问题