You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, This project is amazing. However, I get an issue where text overflows beyond the boundaries of its container. This usually happens when the text length exceeds the size of the box. This can result to readability issues and potential loss of content.
Issue
When having a lengthy text within the node, the text extends beyond the alloted space of the box, causing overflow and disrupts the layout.
Expected Behavior
Text should be properly contained within the box and should either wrap or truncate to maintain readability and visual consistency
Steps to Reproduce:
Here's the prisma model that has an overflow issue when I use it on www.prismabuilder.io
To address the issue, I think we wrap the text so that it will automaticall adjust based on the length of the string. or if the react-flow does not allow this, maybe we can make the text smaller? Also, I think this problem also occurs on the sub nodes of each main node
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, This project is amazing. However, I get an issue where text overflows beyond the boundaries of its container. This usually happens when the text length exceeds the size of the box. This can result to readability issues and potential loss of content.
Issue
When having a lengthy text within the node, the text extends beyond the alloted space of the box, causing overflow and disrupts the layout.
Expected Behavior
Text should be properly contained within the box and should either wrap or truncate to maintain readability and visual consistency
Steps to Reproduce:
Here's the prisma model that has an overflow issue when I use it on
www.prismabuilder.io
Here's the result on using that model:
Proposed Solution
To address the issue, I think we wrap the text so that it will automaticall adjust based on the length of the string. or if the
react-flow
does not allow this, maybe we can make the text smaller? Also, I think this problem also occurs on the sub nodes of each main nodeThank you!
The text was updated successfully, but these errors were encountered: