fix: render overflow using richtext instead of row

This commit is contained in:
Gordon Hayes
2022-11-17 16:55:45 +01:00
parent 6f0645d879
commit 48e7adaba0
2 changed files with 26 additions and 20 deletions
@@ -1,3 +1,7 @@
## Upcomming
🐞 Fixed
- Fix render overflow issue with `MessageSearchListTileTitle`. It now uses `Text.rich` instead of `Row`. Better default behaviour and allows `TextOverflow`.
## 5.1.0
🐞 Fixed