From 36306e093d1bd3ade5dbc2a93e75bbfc94cbb058 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 22 May 2023 09:18:36 -0600 Subject: Corrección menor de estilo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widgets/chat_bubble.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/chat_bubble.dart b/lib/widgets/chat_bubble.dart index 5afa01e..1459da5 100644 --- a/lib/widgets/chat_bubble.dart +++ b/lib/widgets/chat_bubble.dart @@ -46,6 +46,7 @@ class BubbleLeft extends StatelessWidget { color: Color(0xFFE1E1E2), ), child: Column( + crossAxisAlignment: CrossAxisAlignment.start, children: [ LinkPreview(message), Link( -- cgit v1.2.3