🐛 Fix alignment issue

This commit is contained in:
LittleSheep 2024-08-19 22:25:49 +08:00
parent 9170ae6be7
commit 3a1e7537dd

View File

@ -239,6 +239,7 @@ class ChatEvent extends StatelessWidget {
).paddingOnly(left: isMerged ? 52 : 0, right: 4); ).paddingOnly(left: isMerged ? 52 : 0, right: 4);
} else { } else {
return Column( return Column(
crossAxisAlignment: CrossAxisAlignment.start,
key: Key('m${item.uuid}'), key: Key('m${item.uuid}'),
children: [ children: [
Row( Row(