CSS issue on iPad with table border

前端 未结 6 1728
终归单人心
终归单人心 2020-12-28 09:24

I have a CSS problem when the html page is rendered on iPad. Everything works good in other browsers. The problem is that I get a small space between the cells in my tables

6条回答
  •  执笔经年
    2020-12-28 10:00

    I was able to fix it putting this meta tag in the html head when an iDevice (iPod, iPad, iPhone) is detected in the request.

    
    

    Hope it helps.

提交回复
热议问题