diff options
Diffstat (limited to 'src/components/dms/ActionsWrapper.tsx')
-rw-r--r-- | src/components/dms/ActionsWrapper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dms/ActionsWrapper.tsx b/src/components/dms/ActionsWrapper.tsx index 315f459de..5c34ef9ba 100644 --- a/src/components/dms/ActionsWrapper.tsx +++ b/src/components/dms/ActionsWrapper.tsx @@ -67,7 +67,7 @@ export function ActionsWrapper({ <View style={[ { - maxWidth: '65%', + maxWidth: '80%', }, isFromSelf ? a.self_end : a.self_start, ]}> |