iOS 10.3 safari text-align:justify bug for Persian/Arabic content

≯℡__Kan透↙ 提交于 2019-12-04 12:21:05

it's officially a safari 10.1 bug . things worked fine on older safari .

chrome and other browser worked fine in same device .

you can rate this post on apple communities maybe they fix it sooner . safari 10.1 text-align: justify Bug

You can temporarily fix this problem by adding this code to your css:

@media not all and (min-resolution:.001dpcm) { @media {
    .main { 
         text-align: right!important; 
    }
}}
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!