From 2bee3e896dfdf555eb4f87249f926c5e8f1d3b64 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 22 Sep 2024 15:21:23 +0600 Subject: [PATCH] web/SectionHeading: fix weird wrapping --- web/src/components/misc/SectionHeading.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/misc/SectionHeading.svelte b/web/src/components/misc/SectionHeading.svelte index 7d47f6b6..31e27003 100644 --- a/web/src/components/misc/SectionHeading.svelte +++ b/web/src/components/misc/SectionHeading.svelte @@ -39,7 +39,7 @@ .heading-container { display: flex; flex-direction: row; - flex-wrap: wrap; + flex-wrap: wrap-reverse; gap: 6px; justify-content: start; align-items: center;