mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix: age info cut off (#20872)
This commit is contained in:
parent
e29cc66361
commit
f09bed9ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class _SheetPeopleDetailsState extends ConsumerState<SheetPeopleDetails> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 150,
|
height: 160,
|
||||||
child: ListView(
|
child: ListView(
|
||||||
padding: const EdgeInsets.only(left: 16.0),
|
padding: const EdgeInsets.only(left: 16.0),
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue