make all message content text styles equal height
This commit is contained in:
parent
fd8bce5b7d
commit
446041c095
1 changed files with 3 additions and 0 deletions
|
|
@ -358,6 +358,9 @@ class MessageContent extends StatelessWidget {
|
|||
fontSize: bigEmotes ? fontSize * 3 : fontSize,
|
||||
decoration:
|
||||
event.redacted ? TextDecoration.lineThrough : null,
|
||||
// #Pangea
|
||||
height: 1.3,
|
||||
// Pangea#
|
||||
),
|
||||
options: const LinkifyOptions(humanize: false),
|
||||
linkStyle: TextStyle(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue