Skip to content

Commit

Permalink
fix: overflowing inline button
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Aug 5, 2024
1 parent e8f9cf2 commit 8decaa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orbit-components/src/Alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8decaa8

Please sign in to comment.