gldraphael / chordsheet-editor

🎵 A web tool to create quick chordsheets.
https://cseditor.galdin.dev
2 stars 1 forks source link

Handle whitespaces more elegantly #6

Open gldraphael opened 6 years ago

gldraphael commented 6 years ago

The user might want to add multiple spaces to ensure the chords don't overlap and play nice. HTML however only displays one space.

Multiple spaces should be replaced with an   for the time-being. Another solution can be figured out if people face issues with text wrapping.

gldraphael commented 6 years ago

Related gldraphael/chordsheet#2