diff --git a/packages/orbit-components/src/Alert/index.tsx b/packages/orbit-components/src/Alert/index.tsx index c7708474db..d9469cc529 100644 --- a/packages/orbit-components/src/Alert/index.tsx +++ b/packages/orbit-components/src/Alert/index.tsx @@ -74,7 +74,7 @@ const ContentWrapper = ({ return (
{ title && inlineActions ? "flex-row" : "flex-col", !title && "items-center", inlineActions && "justify-between", + inlineActions && closable && "mr-md", )} > {title && (