bump max width of message (#3955)
This commit is contained in:
@@ -67,7 +67,7 @@ export function ActionsWrapper({
|
||||
<View
|
||||
style={[
|
||||
{
|
||||
maxWidth: '65%',
|
||||
maxWidth: '80%',
|
||||
},
|
||||
isFromSelf ? a.self_end : a.self_start,
|
||||
]}>
|
||||
|
||||
@@ -62,7 +62,7 @@ export function ActionsWrapper({
|
||||
)}
|
||||
<View
|
||||
style={{
|
||||
maxWidth: '65%',
|
||||
maxWidth: '80%',
|
||||
}}>
|
||||
{children}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user