diff --git a/app/components/slack_attachments/slack_attachment.js b/app/components/slack_attachments/slack_attachment.js index 6071a3561..16a453f60 100644 --- a/app/components/slack_attachments/slack_attachment.js +++ b/app/components/slack_attachments/slack_attachment.js @@ -447,7 +447,8 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { }, actionsContainer: { flex: 1, - flexDirection: 'row' + flexDirection: 'row', + flexWrap: 'wrap' } }; });