vue-line-clamp
vue-line-clamp copied to clipboard
RTL text displays incorrectly
The component works fine for LTR text, but shows many issues for RTL text, as shown in the examples below.
Example 1: text clamps correctly to 3 lines on LTR text

Example 2: RTL text not clamping to 3 lines

Example 3: another RTL text is overlapped

Do you have any ideas about what's going on? When I start disabling some of the CSS properties added by the component (or when I remove the component at all), the text looks good. Any help is appreciated.