android/webkit text-overflow: ellipsis not working

后端 未结 3 622
既然无缘
既然无缘 2021-01-02 20:16

i am trying to get the following code to work on an androind 2.1 phone (HTC Sense UI):

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
             


        
3条回答
  •  生来不讨喜
    2021-01-02 20:52

    It seems that the 'ellipsis' is not working when your 'display' is set to '-webkit-box', reset to 'block' will do. This may help: https://bugzilla.mozilla.org/show_bug.cgi?id=672944#c0

提交回复
热议问题