Skip to content

Commit 742ae77

Browse files
KATO-HiroCopilot
andauthored
🎨 Remove dulpicated class (#1527)
Co-authored-by: Copilot <[email protected]>
1 parent 3dbe362 commit 742ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/WorkBookTasks/WorkBookTasksTable.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
</TableBodyCell>
179179

180180
<!-- グレード -->
181-
<TableBodyCell class="w-16 xs:w-20">
181+
<TableBodyCell>
182182
<div class="flex items-center justify-center">
183183
<GradeLabel taskGrade={getTaskGrade(tasksMapByIds, task.taskId)} />
184184
</div>

0 commit comments

Comments
 (0)