How to make bootstrap icon display inline with text in a tag?

前端 未结 3 800
太阳男子
太阳男子 2021-02-13 14:05

I have bootstrap navigation pill that shows text and an arrow. Unfortunately if the text is to long the arrow appears on the border of the anchor. Html looks like this.

3条回答
  •  不要未来只要你来
    2021-02-13 14:43

    If your text can wrap as you said then this can work..

    Some longer sample text
    

    Update:

    
    Some longer sample text
    
    
    
    .iwt{
    display:block;
    }
    

提交回复
热议问题