diff --git a/gallery/gallery/lib/pages/home.dart b/gallery/gallery/lib/pages/home.dart index 312a122c6..7b65f8838 100644 --- a/gallery/gallery/lib/pages/home.dart +++ b/gallery/gallery/lib/pages/home.dart @@ -771,13 +771,13 @@ class _CarouselCard extends StatelessWidget { title, style: textTheme.caption.apply(color: textColor), maxLines: 3, - overflow: TextOverflow.ellipsis, + overflow: TextOverflow.visible, ), Text( subtitle, style: textTheme.overline.apply(color: textColor), maxLines: 5, - overflow: TextOverflow.ellipsis, + overflow: TextOverflow.visible, ), ], ),