feature/IO-3554-Form-Row-Layout - dial in tables
This commit is contained in:
@@ -231,9 +231,9 @@ function TaskListComponent({
|
||||
{
|
||||
title: t("tasks.fields.actions"),
|
||||
key: "toggleCompleted",
|
||||
width: "8%",
|
||||
width: 260,
|
||||
render: (text, record) => (
|
||||
<Space orientation="horizontal">
|
||||
<Space orientation="horizontal" size="small" style={{ maxWidth: "100%", whiteSpace: "nowrap" }}>
|
||||
<ShareToTeamsButton
|
||||
linkText=""
|
||||
urlOverride={`${window.location.origin}/manage/tasks/alltasks?taskid=${record.id}`}
|
||||
|
||||
Reference in New Issue
Block a user