I need an overflow to truncate from the left, with ellipses

前端 未结 3 1303
遇见更好的自我
遇见更好的自我 2020-12-10 10:59

Briefly, I have a field where the rightmost digits are most significant. (Naturally, this field comes from our affiliates\' systems, based on their primary keys, so the left

3条回答
  •  [愿得一人]
    2020-12-10 11:27

    I am unable to test it now, but I am pretty certain that adding

    direction: rtl;
    

    will do the expected result.

提交回复
热议问题