mirror of
https://github.com/immich-app/immich.git
synced 2026-05-12 10:38:24 -04:00
fix(mobile): trash description cut off (#22662)
This commit is contained in:
parent
24234bedf1
commit
a80b9be07c
@ -44,10 +44,7 @@ class DriftTrashPage extends StatelessWidget {
|
||||
return SliverPadding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
sliver: SliverToBoxAdapter(
|
||||
child: SizedBox(
|
||||
height: 24.0,
|
||||
child: const Text("trash_page_info").t(context: context, args: {"days": "$trashDays"}),
|
||||
),
|
||||
child: const Text("trash_page_info").t(context: context, args: {"days": "$trashDays"}),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user