I have a problem in text-overflow: ellipsisas you know when we want to show ... in a too long text, we can use these selectors for a div:\[code\]white-space: nowraptext-overflow: ellipsis.overflow: hidden\[/code\]It still works but the problem is when I add text-align: right. The whole text just show 1 dot instead of 3 dots.