Skip to content

Commit

Permalink
feat: Add overflow for flip tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Nov 16, 2024
1 parent d5ad48d commit 0e3da25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/widgets/tile/flip_tile.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'package:fluent_ui/fluent_ui.dart';
import 'package:flutter_boring_avatars/flutter_boring_avatars.dart';
import 'package:rune/providers/responsive_providers.dart';

import '../../providers/responsive_providers.dart';

import 'tile.dart';
import 'fast_flip_cover_grid.dart';
Expand Down Expand Up @@ -80,6 +81,8 @@ class FlipTile extends StatelessWidget {
name,
textAlign: TextAlign.start,
style: theme.typography.body?.apply(color: theme.activeColor),
maxLines: 3,
overflow: TextOverflow.ellipsis,
),
),
],
Expand Down

0 comments on commit 0e3da25

Please sign in to comment.