bump max width of message (#3955)

zio/stable
Hailey 2024-05-10 09:04:03 -07:00 committed by GitHub
parent f928e0a547
commit 9f6552241f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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,
]}> ]}>

View File

@ -62,7 +62,7 @@ export function ActionsWrapper({
)} )}
<View <View
style={{ style={{
maxWidth: '65%', maxWidth: '80%',
}}> }}>
{children} {children}
</View> </View>