From ea27a39e50de2f14dd5d16551173e650be2cae38 Mon Sep 17 00:00:00 2001 From: cyan Date: Mon, 7 Apr 2025 18:42:29 +0200 Subject: [PATCH] ui: maxLines: 1 on bottom menu (#2173) --- lib/src/screens/dashboard/widgets/action_button.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/screens/dashboard/widgets/action_button.dart b/lib/src/screens/dashboard/widgets/action_button.dart index 786c56658..b26dadb67 100644 --- a/lib/src/screens/dashboard/widgets/action_button.dart +++ b/lib/src/screens/dashboard/widgets/action_button.dart @@ -47,6 +47,8 @@ class ActionButton extends StatelessWidget { SizedBox(height: 4), Text( title, + maxLines: 1, + overflow: TextOverflow.visible, style: TextStyle( fontSize: 9, color: textColor ??