From ccd816651e2ad2dca8a4cfc446ab297787e29047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Wed, 28 Jan 2026 16:11:31 +0100 Subject: [PATCH] refactor: changes --- src/routes/(app)/config/chords/+page.svelte | 2 ++ 1 file changed, 2 insertions(+) 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;