feature/IO-3554-Form-Row-Layout - dial in tables

This commit is contained in:
Dave
2026-03-02 11:59:32 -05:00
parent 56c24e3450
commit db4d286a86
5 changed files with 13 additions and 17 deletions

View File

@@ -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}`}