From 0f902edc1b3b701e19d8cf71835888126af1e6ee Mon Sep 17 00:00:00 2001 From: Benno Tielen Date: Thu, 9 Apr 2026 11:47:47 +0200 Subject: [PATCH] fix: no wrap --- src/compositions/Footer/Footer.tsx | 2 +- src/compositions/Footer/styles.module.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compositions/Footer/Footer.tsx b/src/compositions/Footer/Footer.tsx index 0d63391..36ab206 100644 --- a/src/compositions/Footer/Footer.tsx +++ b/src/compositions/Footer/Footer.tsx @@ -31,7 +31,7 @@ export const Footer = async () => { - + {footer.groups?.map((group, i) => (

diff --git a/src/compositions/Footer/styles.module.scss b/src/compositions/Footer/styles.module.scss index 7d52581..37384aa 100644 --- a/src/compositions/Footer/styles.module.scss +++ b/src/compositions/Footer/styles.module.scss @@ -25,6 +25,7 @@ .list li { margin-left: -10px; + white-space: nowrap; } .list li:hover::marker{