From a3ebeb05a2d9d766e7708e3a0f4a7ab068fb5aa5 Mon Sep 17 00:00:00 2001 From: "Jiaxiao (mossaka) Zhou" Date: Fri, 20 Feb 2026 01:02:48 +0000 Subject: [PATCH] Fix footer spacing in Playground editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace Primer's `gap-2` utility class with explicit inline `gap: 6px` on the footer flex containers. The Primer class was not reliably applying spacing between the text, heart SVG, and link elements, causing them to render smashed together (e.g., "Made with💜byGitHub Next&Microsoft Research"). Also add `flex-shrink: 0` to the heart SVG to prevent it from collapsing. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/public/editor/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/public/editor/index.html b/docs/public/editor/index.html index 0d8104edaa3..69fbd2b30a1 100644 --- a/docs/public/editor/index.html +++ b/docs/public/editor/index.html @@ -266,9 +266,9 @@