Skip to content

Commit 587d1e7

Browse files
chrisbobbegnprice
authored andcommitted
reactions: For text emoji, remove extra space on the left
Fixes: #443
1 parent cffb112 commit 587d1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/emoji_reaction.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ class _TextEmoji extends StatelessWidget {
350350
return Text(
351351
textAlign: TextAlign.end,
352352
textScaler: _textEmojiScalerClamped(context),
353+
textWidthBasis: TextWidthBasis.longestLine,
353354
style: TextStyle(
354355
fontFamily: 'Source Sans 3',
355356
fontSize: 14 * 0.8,

0 commit comments

Comments
 (0)