In my HTML I have a , and inside the I need different vertical spacing between lines of text. I\'m achieving this by using 5条回答 爱一瞬间的悲伤 (楼主) 2021-01-02 11:48 This worked for me for both firefox and chrome. Got the idea from @SamuelC and @anushr. br{ display: block; line-height: 0.1; content: " "; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
, and inside the I need different vertical spacing between lines of text. I\'m achieving this by using 5条回答 爱一瞬间的悲伤 (楼主) 2021-01-02 11:48 This worked for me for both firefox and chrome. Got the idea from @SamuelC and @anushr. br{ display: block; line-height: 0.1; content: " "; } 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
I need different vertical spacing between lines of text. I\'m achieving this by using
This worked for me for both firefox and chrome. Got the idea from @SamuelC and @anushr.
br{ display: block; line-height: 0.1; content: " "; }