-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
What version of Tailwind CSS are you using?
Version: 3.2.4
What build tool (or framework if it abstracts the build tool) are you using?
phoenix: 1.7.1
elixir: 1.14
What version of Node.js are you using? None, because it is Elixir
What browser are you using?
Tested on:
- Chrome 113.0.5672.92 (Official Build) (x86_64)
- Safari 16.4 (18615.1.26.110.1)
What operating system are you using?
macOS Ventura 13.3.1 (a) (22E772610a)
Reproduction URL
https://play.tailwindcss.com/VKcENrNScV
Describe your issue
The Tailwind 'break-words' option does not work as expected in every scenario.
As seen in the example. The break-words option does not behave like the deprecated css option break-word (6th span) or its successor (4th and 5th span).
I expected the 1st span to wrap just like the 3rd (difference is the w-full)
Creating the example for this issue I figured out it is due to the flax wrap as seen in the 2nd span where its missing the flex` and behaves as expected.
The 4th span uses the solution described on mdn and works where break-words doesn`t.