Add breakpoint-responsive smoke tests and overflow fixes

This commit is contained in:
Rijad Zuzo
2026-02-15 18:34:11 +01:00
parent 90c1a21d71
commit 2a7d039475
4 changed files with 297 additions and 143 deletions
+6 -3
View File
@@ -199,9 +199,12 @@ class _Sidebar extends StatelessWidget {
),
),
const SizedBox(width: 10),
Text(
'Relationship Saver',
style: Theme.of(context).textTheme.titleMedium,
Expanded(
child: Text(
'Relationship Saver',
style: Theme.of(context).textTheme.titleMedium,
overflow: TextOverflow.ellipsis,
),
),
],
),