Skip to content

Commit

Permalink
style: enlarge task list table overflow trigger target (#1141)
Browse files Browse the repository at this point in the history
this is the same application as the experiment list table setup, so I'm 100% confident it will work
  • Loading branch information
Caleb Hoyoul Kang authored Aug 24, 2020
1 parent 7d0ef9d commit c0cef95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webui/react/src/pages/TaskList.table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export const columns: ColumnType<CommandTask>[] = [
title: 'User',
},
{
align: 'right',
className: 'fullCell',
render: taskActionRenderer,
title: '',
},
Expand Down

0 comments on commit c0cef95

Please sign in to comment.