Skip to content

Commit 0e3da25

Browse files
committed
feat: Add overflow for flip tile
1 parent d5ad48d commit 0e3da25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/widgets/tile/flip_tile.dart

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import 'package:fluent_ui/fluent_ui.dart';
22
import 'package:flutter_boring_avatars/flutter_boring_avatars.dart';
3-
import 'package:rune/providers/responsive_providers.dart';
3+
4+
import '../../providers/responsive_providers.dart';
45

56
import 'tile.dart';
67
import 'fast_flip_cover_grid.dart';
@@ -80,6 +81,8 @@ class FlipTile extends StatelessWidget {
8081
name,
8182
textAlign: TextAlign.start,
8283
style: theme.typography.body?.apply(color: theme.activeColor),
84+
maxLines: 3,
85+
overflow: TextOverflow.ellipsis,
8386
),
8487
),
8588
],

0 commit comments

Comments
 (0)