Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 748a4a6

Browse files
committed
update: consistent task table row
1 parent 87800e1 commit 748a4a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/routes/TaskDashboard/TaskViewer/TaskTableRow

src/routes/TaskDashboard/TaskViewer/TaskTableRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ const TaskTableRow = function ({
265265
if (taskInfo) {
266266
return (
267267
<TableRow
268+
sx={{ height: 73 }}
268269
hover
269270
role="checkbox"
270271
// aria-checked={isItemSelected}

0 commit comments

Comments
 (0)