fix: Corrected message padding

This commit is contained in:
Deven Joshi
2021-05-27 18:57:30 +05:30
parent 23fbfbeff9
commit edf0d84b31
@@ -1136,7 +1136,7 @@ class _MessageWidgetState extends State<MessageWidget>
final pinnedByMe = StreamChat.of(context).user!.id == pinnedBy!.id;
return Padding(
padding: const EdgeInsets.symmetric(vertical: 4, horizontal: 8),
padding: const EdgeInsets.only(left: 8, right: 8, top: 4, bottom: 8),
child: Row(
mainAxisSize: MainAxisSize.min,
children: [