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 052a2bf commit b333d0eCopy full SHA for b333d0e
src/lib/components/TaskGrades/GradeGuidelineTable.svelte
@@ -20,7 +20,7 @@
20
aria-label="Task grade guideline table"
21
>
22
<TableHead class="text-sm bg-gray-100">
23
- <TableHeadCell class="w-28 xs:w-32 text-center">ABCの配点</TableHeadCell>
+ <TableHeadCell class="w-24 xs:w-32 px-3 sm:px-6 text-center">ABCの配点</TableHeadCell>
24
<TableHeadCell class="w-40 hidden sm:table-cell text-center">問題</TableHeadCell>
25
<TableHeadCell class="w-40 text-center">対応グレード</TableHeadCell>
26
</TableHead>
0 commit comments