Skip to content

Commit 1d27944

Browse files
authored
Merge pull request #243 from HelloSniperMonkey/fix/desktop_checkin
fix the alert dialog issue in deskotop view
2 parents 6b75e0a + 01e782b commit 1d27944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/popular_monuments/desktop/monument_details_view_desktop.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class _MonumentDetailsViewDesktopState
214214
textAlign: TextAlign.center,
215215
),
216216
content: SizedBox(
217-
height: 320,
217+
height: 400,
218218
width: 500,
219219
child: Column(
220220
children: [

0 commit comments

Comments
 (0)