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 546937d commit e0bbef9Copy full SHA for e0bbef9
src/lib/components/TaskList.svelte
@@ -55,8 +55,10 @@
55
<div class="overflow-auto rounded-md border">
56
<Table shadow id={grade} class="text-md table-fixed w-full">
57
<TableHead class="text-sm bg-gray-100">
58
- <TableHeadCell class="w-20 sm:w-24">回答</TableHeadCell>
59
- <TableHeadCell class="w-1/2 text-left pl-0 sm:pl-6 truncate">問題名</TableHeadCell>
+ <TableHeadCell class="w-20 sm:w-24 min-w-[5rem]">回答</TableHeadCell>
+ <TableHeadCell class="w-1/2 text-left pl-0 sm:pl-6 truncate overflow-ellipsis">
60
+ 問題名
61
+ </TableHeadCell>
62
<TableHeadCell class="w-1/3 hidden sm:table-cell text-left pl-0 truncate">
63
出典
64
</TableHeadCell>
0 commit comments