about summary refs log tree commit diff
path: root/src/components/dms/ActionsWrapper.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dms/ActionsWrapper.web.tsx')
-rw-r--r--src/components/dms/ActionsWrapper.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/ActionsWrapper.web.tsx b/src/components/dms/ActionsWrapper.web.tsx
index 5cb30d3da..7725ca3b7 100644
--- a/src/components/dms/ActionsWrapper.web.tsx
+++ b/src/components/dms/ActionsWrapper.web.tsx
@@ -62,7 +62,7 @@ export function ActionsWrapper({
       )}
       <View
         style={{
-          maxWidth: '65%',
+          maxWidth: '80%',
         }}>
         {children}
       </View>