Skip to content

Commit 26ed078

Browse files
Copilota-gubskiy
andcommitted
Remove nowrap to allow average score wrap on mobile
Co-authored-by: a-gubskiy <3822922+a-gubskiy@users.noreply.github.com>
1 parent 624e70a commit 26ed078

File tree

1 file changed

+1
-1
lines changed
  • src/app/[locale]/(private)/module/vedomoststud/components

1 file changed

+1
-1
lines changed

src/app/[locale]/(private)/module/vedomoststud/components/table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function SessionTable({ termResults }: { termResults: TermResults
8585
))}
8686
</TableBody>
8787
</Table>
88-
<div className="my-2 flex items-center gap-2 pl-4 whitespace-nowrap">
88+
<div className="my-2 flex items-center gap-2 pl-4">
8989
<Paragraph className="text-base font-normal">{t('average-score')}</Paragraph>
9090
<Badge className="bg-basic-blue text-basic-white font-semibold">{termResults.averageScore}</Badge>
9191
</div>

0 commit comments

Comments
 (0)