From eed637c7255aa3bd3960025e78272f575129c793 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:04:15 +0200 Subject: [PATCH] Fix buttons --- src/components/Button.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.astro b/src/components/Button.astro index f73741d..845bce3 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -38,7 +38,7 @@ const { title, icon, class: className, ariaLabel, id } = Astro.props; place-items: center; place-content: center; gap: 1em; - white-space: pre; + white-space: nowrap; font-variation-settings: "wght" 700; cursor: pointer;