From 3a600104fc9bc6178b054c7fdd681a918c49fcfe Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 22 Sep 2025 09:18:09 +0200 Subject: [PATCH] remove default height --- .../browser/presentation/dialogs/open_shared_content.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart b/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart index 7e3b208e..dccaf200 100644 --- a/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart +++ b/app/lib/features/geckoview/features/browser/presentation/dialogs/open_shared_content.dart @@ -65,7 +65,6 @@ class OpenSharedContent extends HookConsumerWidget { Padding( padding: const EdgeInsetsDirectional.symmetric(horizontal: 16.0), child: SizedBox( - height: 48, width: double.maxFinite, child: ContainerChips( displayMenu: false,