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