Skip to content

Commit b333d0e

Browse files
committed
🎨 Fix style (#1569)
1 parent 052a2bf commit b333d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/TaskGrades/GradeGuidelineTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
aria-label="Task grade guideline table"
2121
>
2222
<TableHead class="text-sm bg-gray-100">
23-
<TableHeadCell class="w-28 xs:w-32 text-center">ABCの配点</TableHeadCell>
23+
<TableHeadCell class="w-24 xs:w-32 px-3 sm:px-6 text-center">ABCの配点</TableHeadCell>
2424
<TableHeadCell class="w-40 hidden sm:table-cell text-center">問題</TableHeadCell>
2525
<TableHeadCell class="w-40 text-center">対応グレード</TableHeadCell>
2626
</TableHead>

0 commit comments

Comments
 (0)