How to Handle Text Overflow (With a CSS Ellipsis)

Поделиться
HTML-код
  • Опубликовано: 9 янв 2025

Комментарии • 25

  • @soulslord1733
    @soulslord1733 2 года назад +10

    just one more recommendation, because I'm a begineer and I took a lot of time to find the solution before, if you have a text with space, you have to add " white-space: no-wrap", otherwise this will act like a paragraph

  • @ancilhameed1234
    @ancilhameed1234 2 года назад +4

    Wow, this was so simple! You saved my time buddy .. thanks keep sharing good stuff ! :-)

  • @keifer7813
    @keifer7813 2 года назад

    Thank you my brother. I love you

  • @setomas_
    @setomas_ 2 года назад

    THANK YOU. You are amazing bro

  • @jellyfish1772
    @jellyfish1772 10 месяцев назад

    thank you so much

  • @Room3102
    @Room3102 2 года назад

    Wow, thanks for this.

  • @tonyo.2732
    @tonyo.2732 2 года назад

    Thanks it was very helpful hint.

  • @johnmhalicpagaduan5736
    @johnmhalicpagaduan5736 3 года назад

    super THANK YOU SO MUCH!!!

  • @filipevieirawho
    @filipevieirawho 2 года назад

    Thank you big time! It is possible to set a limit for like 2 lines of text?

  • @codewithsehran
    @codewithsehran 8 месяцев назад +1

    the things removed my depression

  • @YourMasta
    @YourMasta Год назад +2

    Didn't work for me
    Edit: It always blows my mind how these things never work.

  • @marielsofiagutierrezzapien7929
    @marielsofiagutierrezzapien7929 5 месяцев назад

    But this is still showing the tooltip even when the text isn't truncated, which isn't necessary and kind of weird. How can we show the tooltip only when the text is truncated?

  • @phsal5182
    @phsal5182 3 года назад

    thank you

  • @reviewer8354
    @reviewer8354 2 года назад +1

    What if that text i want to break down

    • @eresy.5968
      @eresy.5968 8 месяцев назад

      add " white-space: no-wrap"

  • @sadraseyfi3734
    @sadraseyfi3734 2 года назад

    Thanks but what if we want the user to see it all. Is there a way to decrease the font so user can see it all?

    • @p_fu
      @p_fu 2 года назад

      Yes use font-size

  • @rezarahman1782
    @rezarahman1782 2 года назад

    Thumbs up.

  • @untiground
    @untiground 3 года назад

    nice

  • @fragrantbloom
    @fragrantbloom 2 года назад

    thank you

  • @goldenprogrammersandgamers2377
    @goldenprogrammersandgamers2377 6 месяцев назад

    Thank you