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