mrjvs / neatojs

Collection of neat JS tools
https://neatojs.com/
MIT License
18 stars 2 forks source link

Word breaks dont break #47

Closed mrjvs closed 2 months ago

mrjvs commented 3 months ago

Describe the bug

When having long links or words, the page overflows instead of breaking inside of words.

Which package/app is affected (leave empty if unsure)

@neato/guider

Link to the code that reproduces this issue

No response

Steps to reproduce

  1. put in long word like asdlfkjasdflkjasdflkjasdflkjasdflkajsdflkjasdflkjasdflkjasdflkjasdflkjasdflkj
  2. make browser window thin
  3. page overflows

Expected Behavior

it should not cause page overflow

Extra details

tailwinds break-words class will fix it. should probably be applied to all paragraphs.