mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-10 09:52:26 +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: [
|
children: [
|
||||||
icon,
|
icon,
|
||||||
const HSpace(6),
|
const HSpace(6),
|
||||||
FlowyText(
|
Expanded(
|
||||||
view.nameOrDefault,
|
child: FlowyText(
|
||||||
overflow: TextOverflow.ellipsis,
|
view.nameOrDefault,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user