From 13aac7716eb95cb7365a5ef807d8f614a7b9f6a1 Mon Sep 17 00:00:00 2001 From: Joe Reuter Date: Tue, 7 Feb 2023 08:29:52 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=9F=F0=9F=90=9B=20Connector=20form:=20?= =?UTF-8?q?Fix=20squeezed=20status=20icon=20(#22396)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix visual bug * Revert "fix visual bug" This reverts commit 09d730a7533c4059780d88f79bef8adccba13d1a. * prevent status icon squeezing --- airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx b/airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx index bb2612c40155..12a353d1e73e 100644 --- a/airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx +++ b/airbyte-webapp/src/components/ui/StatusIcon/StatusIcon.tsx @@ -46,6 +46,7 @@ const Container = styled.div>` text-align: center; display: inline-block; vertical-align: middle; + flex-shrink: 0; `; const Badge = styled(Container)<{ status: Exclude }>`