File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/lib/components/WorkBookTasks Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 150150 <Table shadow class =" text-md table-fixed w-full" aria-label =" Workbook tasks" >
151151 <caption class =" sr-only" >List of workbook tasks with their grades and comments</caption >
152152 <TableHead class =" text-sm bg-gray-100" >
153- <TableHeadCell class =" w-6 pl-2 md:pl-4 pr-0 text-center" >#</TableHeadCell >
154- <TableHeadCell class =" w-20 xs:w-24 text-center px-0" aria-label =" Task grade" >
153+ <TableHeadCell class =" w-10 pl-3 pr-3 text-center" >#</TableHeadCell >
154+ <TableHeadCell class =" w-16 xs:w-20 text-center px-0" aria-label =" Task grade" >
155155 グレード
156156 </TableHeadCell >
157157 <TableHeadCell class =" w-1/2 pl-0 truncate" >問題名</TableHeadCell >
169169 <TableBodyRow >
170170 <!-- ID -->
171171 <TableBodyCell
172- class =" xs:text-lg text-gray-700 dark:text-gray-300 truncate pl-2 md: pl-4 pr-0 "
172+ class =" xs:text-lg text-gray-700 dark:text-gray-300 truncate w-10 pl-6 pr-3 "
173173 >
174- <div class =" flex justify-center items-center" >
174+ <div class =" flex justify-center items-center h-full " >
175175 <!-- HACK: 1-indexedにしているが、0-indexedで揃えた方がいい? -->
176176 {index + 1 }
177177 </div >
178178 </TableBodyCell >
179179
180180 <!-- グレード -->
181- <TableBodyCell class =" w-20 xs:w-24 " >
181+ <TableBodyCell class =" w-16 xs:w-20 " >
182182 <div class =" flex items-center justify-center" >
183183 <GradeLabel taskGrade ={getTaskGrade (tasksMapByIds , task .taskId )} />
184184 </div >
You can’t perform that action at this time.
0 commit comments