heightens block box - any remedies to get it back in vertical rhythm?
Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
找到的解决方案:将您的 css 标准化/标准化设置为...
code { line-height:normal; }
kbd 和 samp 标签也需要这个。尽管 line-height 之前被正确继承(并且与其他元素具有相同的高度),但 code、kbd 和 samp 似乎以某种方式发生了变化。上述设置使它们保持在基线中(问题出现在 Firefox 35.0 中)。将 line-height 设置为零也可以……但是。