From 8decaa81105eada73cc4c7cd7f1527f135f0192a Mon Sep 17 00:00:00 2001 From: Sarka Chwastkova Date: Mon, 5 Aug 2024 19:11:30 +0200 Subject: [PATCH] fix: overflowing inline button --- packages/orbit-components/src/Alert/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/orbit-components/src/Alert/index.tsx b/packages/orbit-components/src/Alert/index.tsx index 46c3e33184..56f3f09f6a 100644 --- a/packages/orbit-components/src/Alert/index.tsx +++ b/packages/orbit-components/src/Alert/index.tsx @@ -166,6 +166,7 @@ const Alert = (props: Props) => { className={cx( "text-ink-dark min-h-icon-medium flex items-center font-bold", !!children && (inlineActions ? "mb-0" : "mb-xxs"), + inlineActions && "grow basis-0", )} > {title}