Answer the question
In order to leave comments, you need to log in
How can I cut text by line and put 3 dots so that it works on direction:rtl and on safari?
I tried this code:
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
direction:rtl
. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question