Center Twitter Bootstrap 3 Glyphicons in buttons

后端 未结 10 2021
情话喂你
情话喂你 2020-12-13 17:16

I am now using Twitter Bootstrap 3 RC2 as well as Twitter Bootstrap which has moved into a separate repository. I have noticed, if used in a button with text the icon is no

10条回答
  •  执笔经年
    2020-12-13 18:01

    Add a margin of the specific pixels or percentage. In my app, this worked beautifully, based on the dimensions of the area.

    CSS:

    .someWrapperClass button span {
        margin-top: 120%;
    }
    

    HTML:

提交回复
热议问题