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),