Keep status pills inline and show tooltips only on overflow

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-01 07:42:43 -04:00
co-authored by Claude Opus 4.7
parent 0beca44496
commit 408585c056
2 changed files with 52 additions and 27 deletions
+3
View File
@@ -40,6 +40,9 @@ class StatusBadge extends StatelessWidget {
),
child: Text(
label,
maxLines: 1,
softWrap: false,
overflow: TextOverflow.ellipsis,
style: theme.textTheme.labelSmall?.copyWith(color: fg),
),
);