search

Home  >  Q&A  >  body text

TailwindCSS's truncated classes are not used - causing a lot of horizontal scrolling

I'm having trouble using the Tailwinds truncate class: https://tailwindcss.com/docs/text-overflow#truncate

This seems like a super smart utility, but the browser seems to do anything to not truncate the text - including super long horizontal scrolls, which is absolutely undesirable.

How to make the browser more lenient about truncated text?

P粉733166744P粉733166744232 days ago362

reply all(1)I'll reply

  • P粉545910687

    P粉5459106872024-03-31 11:38:30

    You may want to share the html code to better understand the layout.

    To correctly use truncate text in Tailwind, make sure the truncated element has the tag <p>, in some cases you may want to try setting the parent element for block , or use w-full and/or avoid flex

    Well-Being: The Foundation of Thriving Business

    Again, without seeing the source layout, it's hard to tell if this is the best solution, as horizontal scrolling can be avoided using many of the tools provided by Tailwind, such as grid layout, responsive layout based on screen size, width manipulation wait.

    reply
    0
  • Cancelreply