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
693 stars 347 forks source link

Make sure editor displays full database name #1793

Closed noahmay closed 2 years ago

noahmay commented 2 years ago

The Monaco editor calculates width of the line number based on the max width of the digits 0-9 and no other characters. This causes the line number to sometime line-break, nowrap fixes this.