From 3c0880f527f57ee53f5cb141f974d853eec12282 Mon Sep 17 00:00:00 2001 From: mark-cachy Date: Tue, 19 May 2026 17:16:51 +0200 Subject: [PATCH] fix SharedAttachmentSection windows --- lib/core/widgets/shared_forms/attachments_section.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/widgets/shared_forms/attachments_section.dart b/lib/core/widgets/shared_forms/attachments_section.dart index c2dcf41..4383fd1 100644 --- a/lib/core/widgets/shared_forms/attachments_section.dart +++ b/lib/core/widgets/shared_forms/attachments_section.dart @@ -663,6 +663,7 @@ class _SharedAttachmentsSectionState extends State { borderRadius: BorderRadius.circular(8), ), child: const Column( + mainAxisSize: MainAxisSize.min, children: [ Icon(Icons.upload_file, size: 48, color: Colors.grey), SizedBox(height: 8),