From cf9341406a2da2bb27993cd81b23d07d3a5bc7df Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 8 Jan 2018 14:19:59 -0300 Subject: [PATCH] Wrap interactive buttons when needed (#1339) --- app/components/slack_attachments/slack_attachment.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' } }; });