From 1d2eb9efb421456051a80e2483d7f8276e6c8069 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:29:38 +0000 Subject: [PATCH] fix: make workshop experience buttons have constant height Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/components/workshop/WorkshopExperience.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/components/workshop/WorkshopExperience.astro b/docs/src/components/workshop/WorkshopExperience.astro index 42375d4e543..f8849b590bd 100644 --- a/docs/src/components/workshop/WorkshopExperience.astro +++ b/docs/src/components/workshop/WorkshopExperience.astro @@ -1254,6 +1254,7 @@ const entryPathStepCounts: Record = Object.fromEntries( justify-content: center; gap: 0.45rem; border-radius: 0.7rem; + height: 2.35rem; min-height: 2.35rem; padding: 0.55rem 0.85rem; border: 1px solid var(--aw-border); @@ -1265,6 +1266,7 @@ const entryPathStepCounts: Record = Object.fromEntries( font-weight: 600; cursor: pointer; box-shadow: none; + white-space: nowrap; } .aw-workshop-inline-button:hover,