make all message content text styles equal height

pull/1490/head
ggurdin 1 year ago
parent fd8bce5b7d
commit 446041c095
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -358,6 +358,9 @@ class MessageContent extends StatelessWidget {
fontSize: bigEmotes ? fontSize * 3 : fontSize, fontSize: bigEmotes ? fontSize * 3 : fontSize,
decoration: decoration:
event.redacted ? TextDecoration.lineThrough : null, event.redacted ? TextDecoration.lineThrough : null,
// #Pangea
height: 1.3,
// Pangea#
), ),
options: const LinkifyOptions(humanize: false), options: const LinkifyOptions(humanize: false),
linkStyle: TextStyle( linkStyle: TextStyle(

Loading…
Cancel
Save