ui: maxLines: 1 on bottom menu (#2173)

cyan committed Apr 7, 2025 at 18:42 UTC ea27a39e50de2f14dd5d16551173e650be2cae38
1 file changed +2
lib/src/screens/dashboard/widgets/action_button.dart
+2
@@ -47,6 +47,8 @@ class ActionButton extends StatelessWidget {
47 SizedBox(height: 4),
48 Text(
49 title,
50 + maxLines: 1,
51 + overflow: TextOverflow.visible,
52 style: TextStyle(
53 fontSize: 9,
54 color: textColor ??