Why won't the Android browser span this paragraph over the full browser width?

后端 未结 8 2010
无人及你
无人及你 2020-12-24 13:26

The Problem:

\"enter


The Question

The paragraph will fill th

8条回答
  •  伪装坚强ぢ
    2020-12-24 13:49

    The other simple way to fix that bug:

    p {
        background-image: url(../img/blank.png);
        background-repeat: repeat;
    }
    

    blank.png is transparent 1x1px image.

提交回复
热议问题