thx / cube

跨终端、响应式、低设计耦合的CSS解决方案

Home Page:http://thx.github.io/cube/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

两端对齐布局工具.justify父元素line-height导致布局错乱

yisibl opened this issue · comments

解决方法:子元素使用 line-height:initial; 不继承父元素的line-height,需要测试兼容性。

IE 10 - 依然不支持 line-height:initial; 使用 line-height: normal 替代。