Non-breaking parentheses?

前端 未结 3 1857
孤城傲影
孤城傲影 2021-01-11 16:12

In the footer of a flexible-layout website I\'ve noticed that IE tends to line-wrap on parenthesis characters (in a phone number in this case). Is there a visually equivale

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-11 16:36

    Try this:

    .phone{
        white-space: nowrap;
    }
    
    

    Call Customer Support at +34 (947) 12 34 56 78 for further enquiries.

    You can do many other things (from tag to certain Unicode chars) but they aren't as cross-browser as this.

提交回复
热议问题