agora-appbuilder-core 4.0.0-beta.81 → 4.0.0-beta.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -170,6 +170,7 @@ const style = StyleSheet.create({
|
|
|
170
170
|
borderBottomRightRadius: 8,
|
|
171
171
|
borderTopLeftRadius: 0,
|
|
172
172
|
borderTopRightRadius: 8,
|
|
173
|
+
maxWidth: '88%',
|
|
173
174
|
},
|
|
174
175
|
chatBubbleRemoteViewLayer2: {
|
|
175
176
|
backgroundColor: 'transparent',
|
|
@@ -204,6 +205,7 @@ const style = StyleSheet.create({
|
|
|
204
205
|
borderBottomRightRadius: 8,
|
|
205
206
|
borderTopLeftRadius: 8,
|
|
206
207
|
borderTopRightRadius: 0,
|
|
208
|
+
maxWidth: '88%',
|
|
207
209
|
},
|
|
208
210
|
messageStyle: {
|
|
209
211
|
fontFamily: ThemeConfig.FontFamily.sansPro,
|