-webkit-margin adds unwanted margin on texts

前端 未结 12 1752
不思量自难忘°
不思量自难忘° 2020-11-29 02:32

This hadn\'t hit me until now (and this is not only in webkit browsers). On all texts in like p tags, h1 tags etc... there\'s an extra space over a

12条回答
  •  迷失自我
    2020-11-29 02:51

        -webkit-margin-before: 0em;
        -webkit-padding-start: 0;
        -webkit-margin-after: 0em;
    

    This solved it for me when I was having this exact problem.

提交回复
热议问题