From 9f1a6a35b41af58f45055d611eca754c101aa5e2 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Fri, 18 Jul 2025 12:22:49 +0300 Subject: [PATCH] Fix tables on playbook runs (#8997) (#9007) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit ae409d185c30176ee5fffd9aa1005e2fdbf83708) Co-authored-by: Daniel Espino GarcĂ­a --- .../screens/playbook_run/playbook_run.tsx | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/app/products/playbooks/screens/playbook_run/playbook_run.tsx b/app/products/playbooks/screens/playbook_run/playbook_run.tsx index 86174e9ee..ae03bb0bc 100644 --- a/app/products/playbooks/screens/playbook_run/playbook_run.tsx +++ b/app/products/playbooks/screens/playbook_run/playbook_run.tsx @@ -115,6 +115,9 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => ({ scrollView: { paddingHorizontal: 20, }, + markdownContainer: { + width: '100%', + }, })); type Props = { @@ -197,14 +200,16 @@ export default function PlaybookRun({ size='m' /> )} - + + + {(owner || participants.length > 0) && (