fix: age info cut off (#20872)

This commit is contained in:
Alex
2025-08-11 16:42:16 -05:00
committed by GitHub
parent e29cc66361
commit f09bed9ad2

View File

@@ -61,7 +61,7 @@ class _SheetPeopleDetailsState extends ConsumerState<SheetPeopleDetails> {
),
),
SizedBox(
height: 150,
height: 160,
child: ListView(
padding: const EdgeInsets.only(left: 16.0),
scrollDirection: Axis.horizontal,