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

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

The Problem:

\"enter


The Question

The paragraph will fill th

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-24 14:04

    It's a bug; you have to force the height declaration to obtain the desired effect; I've made this fiddle.

    So, I suggest you to use .height() metod in jQuery or other js framework to calculate the real height of the

    and to add an inline style at fly. It's quite unobtrusive.

    I hope I was helpful.

提交回复
热议问题