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,10 +27,12 @@ class RecentViewTile extends StatelessWidget {
|
||||
children: [
|
||||
icon,
|
||||
const HSpace(6),
|
||||
FlowyText(
|
||||
Expanded(
|
||||
child: FlowyText(
|
||||
view.nameOrDefault,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
focusColor: Theme.of(context).colorScheme.primary.withValues(alpha: 0.1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user