neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

Can I wrap the longer names in the node? #1957

Open one-pyy opened 7 months ago

one-pyy commented 7 months ago

Description

In a node, you cannot wrap lines with various non-alphanumeric delimiters, but with ... to omit

image

Additional Information

I searched the project and found that '... 'come from here. I also tried to add word-wrap to the .gress file, but to no avail

https://github.com/neo4j/neo4j-browser/blob/61f3c5c3efad0084681c7d217ab6ffa79c97745e/src/browser/modules/GuideCarousel/Pagination.tsx#L97

Is there anyone who can help me? Thanks very much!