Issue
I would like to know how I can set the limits for the page
Solution
try adding break-all in your class.
   <div className="w-[100px]">
    <div className="break-all"> 
      aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
    </div>
   </div>
this will break in the limit of the parent:
100px
---------
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
Answered By - Matias Bertoni
 

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.