From 896435520b6c947c9b9a7f911853f00a08b9c819 Mon Sep 17 00:00:00 2001 From: Codel1417 Date: Tue, 24 Dec 2024 11:14:08 -0500 Subject: [PATCH] fix save button being W I D E on trigger action selection screen --- lib/Frontend/pages/action_selector.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Frontend/pages/action_selector.dart b/lib/Frontend/pages/action_selector.dart index 69d064d7..b8729303 100644 --- a/lib/Frontend/pages/action_selector.dart +++ b/lib/Frontend/pages/action_selector.dart @@ -139,6 +139,7 @@ class _ActionSelectorState extends ConsumerState { }); }, child: Row( + mainAxisSize: MainAxisSize.min, children: [ Icon( Icons.save,