From ee337df82b2b043e6834af8b72fd74d5a85cfbb1 Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Sat, 6 Jun 2026 11:56:52 +0200 Subject: [PATCH] feat: stabilize integrations mock controls Prevent integration status pills and action controls from wrapping while refining the Slack connection cursor path. --- site/src/components/IntegrationsMock.astro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site/src/components/IntegrationsMock.astro b/site/src/components/IntegrationsMock.astro index 53ee3c4b..7cf35198 100644 --- a/site/src/components/IntegrationsMock.astro +++ b/site/src/components/IntegrationsMock.astro @@ -152,13 +152,13 @@ const stats = [ {t.state === 'connected' && ( - + connected )} {t.state === 'configured' && ( - + configured @@ -176,12 +176,12 @@ const stats = [ {t.state === 'connect' && !isSlack && ( - + Connect )} {t.state === 'configured' && ( - + Manage @@ -189,11 +189,11 @@ const stats = [ {isSlack && ( - + Connect - + connected @@ -217,7 +217,7 @@ const stats = [