🐛 Fix alignment issue
This commit is contained in:
parent
9170ae6be7
commit
3a1e7537dd
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user