Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can use text-allign-last CSS Property in safari? It Not works in safari

Tags:

html

css

text-allign-last is not supported in safari.How can i apply it?This property is applied in major browsers but it not applied in safari.thanks for any solution.

I need to apply allign type justify for div and for last line i need to use center.that what i used text-allign-last property. but it not applied in safari.

like image 494
Kumaravel Avatar asked Nov 09 '22 17:11

Kumaravel


1 Answers

Yes, Obviously could not able to fix this issue with the pure CSS. but we can able to fix with the JavaScript help.

After searching for the solution, I have found the solution in the Center last line of justified text in Safari and Chrome ("text-align-last" not working).

Thanks for helping me to find the answer.

like image 130
Kumaravel Avatar answered Nov 15 '22 05:11

Kumaravel