Skip to content

Commit

Permalink
reactions: For text emoji, remove extra space on the left
Browse files Browse the repository at this point in the history
Fixes: zulip#443
  • Loading branch information
chrisbobbe authored and gnprice committed Jan 5, 2024
1 parent cffb112 commit 587d1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/emoji_reaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ class _TextEmoji extends StatelessWidget {
return Text(
textAlign: TextAlign.end,
textScaler: _textEmojiScalerClamped(context),
textWidthBasis: TextWidthBasis.longestLine,
style: TextStyle(
fontFamily: 'Source Sans 3',
fontSize: 14 * 0.8,
Expand Down

0 comments on commit 587d1e7

Please sign in to comment.