diff options
author | Iván Ávalos <avalos@disroot.org> | 2023-05-22 09:18:36 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2023-05-22 09:18:36 -0600 |
commit | 36306e093d1bd3ade5dbc2a93e75bbfc94cbb058 (patch) | |
tree | 3a52389af21c13751db8b3335b51a2b10d1f1c82 | |
parent | 6dec9856b1b94bfc4b284125920a2be52be6dabf (diff) | |
download | linkchat-36306e093d1bd3ade5dbc2a93e75bbfc94cbb058.tar.gz linkchat-36306e093d1bd3ade5dbc2a93e75bbfc94cbb058.tar.bz2 linkchat-36306e093d1bd3ade5dbc2a93e75bbfc94cbb058.zip |
Corrección menor de estilo
-rw-r--r-- | lib/widgets/chat_bubble.dart | 1 |
1 files changed, 1 insertions, 0 deletions
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(
|