We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fb69c commit 7f4231dCopy full SHA for 7f4231d
src/lib/components/WorkBookTasks/WorkBookTasksTable.svelte
@@ -148,7 +148,7 @@
148
</Label>
149
150
<div class="rounded-md border border-gray-200 dark:border-gray-700 overflow-hidden">
151
- <Table shadow class="text-md table-fixed w-full" aria-label="Workbook tasks">
+ <Table shadow class="text-base table-fixed w-full" aria-label="Workbook tasks">
152
<caption class="sr-only">List of workbook tasks with their grades and comments</caption>
153
<TableHead class="text-sm bg-gray-100">
154
<TableHeadCell class="w-10 pl-3 pr-3 text-center">#</TableHeadCell>
0 commit comments