mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-07 08:21:56 +00:00
fix(flutter_desktop): page name overflow in search (#7450)
This commit is contained in:
parent
3bf4f080c5
commit
bbec60ff02
@ -27,9 +27,11 @@ class RecentViewTile extends StatelessWidget {
|
||||
children: [
|
||||
icon,
|
||||
const HSpace(6),
|
||||
FlowyText(
|
||||
view.nameOrDefault,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
Expanded(
|
||||
child: FlowyText(
|
||||
view.nameOrDefault,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user