Change direction of negative number with combination of LTR and RTL content

前端 未结 3 362
感动是毒
感动是毒 2021-01-18 06:28

Here is my HTML structure:

3条回答
  •  时光取名叫无心
    2021-01-18 07:22

    The following worked for me:

    span {
      unicode-bidi: plaintext;
    }
    

    More info: https://developer.mozilla.org/en-US/docs/Web/CSS/unicode-bidi

    By the way, 'bidi' is short for bidirectional.

提交回复
热议问题