From 038d85b1d9e1896e93a3e4a26f600c79ddc33611 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 11 Feb 2025 17:04:58 +0700 Subject: [PATCH] Further tweaks to easy days The previous commit added word-wrap, but it was not working after I'd removed some other tweaks I'd made in testing, that I thought were not required. I ended up switching to standard table columns and a fixed layout, so that both the column and row headers will wrap properly. --- ts/routes/deck-options/EasyDays.svelte | 39 +++++++++++++++----------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/ts/routes/deck-options/EasyDays.svelte b/ts/routes/deck-options/EasyDays.svelte index cf55cbcc0..0bcf1c90c 100644 --- a/ts/routes/deck-options/EasyDays.svelte +++ b/ts/routes/deck-options/EasyDays.svelte @@ -47,19 +47,21 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - -
- {tr.deckConfigEasyDaysMinimum()} - {tr.deckConfigEasyDaysReduced()} - {tr.deckConfigEasyDaysNormal()} -
+ + {tr.deckConfigEasyDaysMinimum()} + + + {tr.deckConfigEasyDaysReduced()} + + + {tr.deckConfigEasyDaysNormal()} {#each easyDays as day, index} - {day} + {day}