删除真棒字体下方的填充(CSS图标) [英] Remove padding below font awesome (CSS icon)

查看:65
本文介绍了删除真棒字体下方的填充(CSS图标)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试删除字体真棒堆栈图标下方的填充,在我所知范围内,并且在堆栈溢出和其他网站上提供了解决方案(将父元素的字体大小设置为0px并插入了边框)而不是),但无济于事.

I am trying to remove the padding below font awesome stack icons, have tried everything in my knowledge, and the solutions provided on stack overflow and other websites (from setting the font-size of the parent element to 0px and by inserting borders to rather than ) but all to no avail.

我显然错过了一些东西.

There is something that i am clearly missing out.

预先感谢您解决问题,欢呼.

Thank you in advance for solving the question, cheers.

JSFiddle: https://jsfiddle.net/sazeemj/dhvtrh2f/1/

//please ignore

推荐答案

您可以通过添加更改.fa-stack类的高度

You can fix this by adding changing the height for .fa-stack class

.fa-stack { height:1.2em !important; }

这篇关于删除真棒字体下方的填充(CSS图标)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆