From 8477385853d792342d5137f955cf1c4e4b887654 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 17 Jan 2021 10:11:17 +0100 Subject: [PATCH] chore: Increase max size of message bubbles --- lib/components/list_items/message.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/components/list_items/message.dart b/lib/components/list_items/message.dart index 0de325ff..e3d08db4 100644 --- a/lib/components/list_items/message.dart +++ b/lib/components/list_items/message.dart @@ -88,7 +88,8 @@ class Message extends StatelessWidget { color: color, borderRadius: BorderRadius.circular(radius), ), - constraints: BoxConstraints(maxWidth: FluffyThemes.columnWidth), + constraints: + BoxConstraints(maxWidth: FluffyThemes.columnWidth * 1.5), child: Stack( children: [ Column(