diff --git a/src/routes/(app)/config/chords/+page.svelte b/src/routes/(app)/config/chords/+page.svelte index fffaee8f..b386cf6d 100644 --- a/src/routes/(app)/config/chords/+page.svelte +++ b/src/routes/(app)/config/chords/+page.svelte @@ -169,6 +169,7 @@ } &:not(.raw) :global(.cm-line) { + vertical-align: middle; columns: 2; text-align: center; } @@ -181,6 +182,7 @@ padding-block: 8px; width: 100%; text-wrap: wrap; + text-wrap-style: stable; white-space: pre-wrap; word-break: break-word;