<div style="line-height:25px;">
First line of the content<br />
Second line of the content<br />
Third line of the content<br />
</div>
在 a 中使用 break 标记时<div>
, line-height 属性不适用于任何属性:
line-height:20px;
line-height:100%;
line-height:1.5;
现在这三行显示为默认行高,而不是指定的line-height
25px。但如果<div>
行之间不包含中断标记,则行高有效。如何覆盖这个?