Skip to content

Commit

Permalink
👌 add last feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Apr 26, 2023
1 parent b554576 commit 9208f42
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ export const EmbeddableFeatureBadge = ({ messages }: { messages: UserMessage[] }
isOpen={isPopoverOpen}
closePopover={closePopover}
>
<div>
<div
css={css`
max-width: 280px;
`}
>
{messages.map(({ shortMessage, longMessage }, index) => {
return (
<>
Expand Down

0 comments on commit 9208f42

Please sign in to comment.