Skip to content

Commit 77291da

Browse files
committed
DEMOS-2252: added some min-max to status columns
1 parent 080bc0c commit 77291da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client/src/components/table/columns/DeliverableColumns.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ export function DeliverableColumns({
107107
cell: highlightCell,
108108
filterFn: "arrIncludesSome",
109109
meta: {
110-
headerClassName: "w-[100px]",
111-
headerContentClassName: "whitespace-nowrap",
112-
cellClassName: "w-[100px] whitespace-nowrap",
110+
headerClassName: "w-min-[100px] w-max-[200px]",
111+
headerContentClassName: "whitespace-normal break-words leading-snug",
112+
cellClassName: "w-min-[100px] w-max-[200px] whitespace-normal break-words leading-snug",
113113
filterConfig: {
114114
filterType: "select",
115115
options: isDemonstrationDetail

0 commit comments

Comments
 (0)