tördelés fix

This commit is contained in:
2025-10-13 17:08:16 +02:00
committed by 4831c0
parent f01b9d4fd5
commit 33028cdf38

View File

@@ -374,10 +374,14 @@ Future<void> showTestBottomSheet(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(children: [
Text(
"${test?.theme ?? 'N/A'} ${statsForNerdsEnabled ? "(${lesson.classGroup?.name ?? ''})" : ""}",
style: appStyle.fonts.H_18px
.apply(color: appStyle.colors.textPrimary),
Expanded(
child: Text(
"${test?.theme ?? 'N/A'} ${statsForNerdsEnabled ? "(${lesson.classGroup?.name ?? ''})" : ""}",
style: appStyle.fonts.H_18px
.apply(color: appStyle.colors.textPrimary),
maxLines: 4,
overflow: TextOverflow.ellipsis,
),
),
]),
Text(