We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f7381 commit b28e476Copy full SHA for b28e476
lib/widgets/message_list.dart
@@ -1504,7 +1504,7 @@ class MessageWithPossibleSender extends StatelessWidget {
1504
behavior: HitTestBehavior.translucent,
1505
onLongPress: () => showMessageActionSheet(context: context, message: message),
1506
child: Padding(
1507
- padding: const EdgeInsets.symmetric(vertical: 4),
+ padding: const EdgeInsets.only(top: 4, bottom: 2),
1508
child: Column(children: [
1509
if (item.showSender)
1510
_SenderRow(message: message, showTimestamp: true),
0 commit comments